please help me
I use this code
TA_Insert_Langu age as new DataSetName.Ins ert_LanguageTab leAdapter
DT_Insert_Langu age as new DataSetName.Ins ert_LanguageDat aTable
dim MaxRow as new DataRow
dim row as integer
MaxRow=Select_M axRow.MAXROW
row=MaxRow.Sele ct("","").GetVa lue
'This is a stored procedure that select max(Row)form the table in database
'that will be worked becuase row is valid but below code dose not worked
TA_Insert_Langu age.Fill(DT_Ins ert_Language,ro w,English)
I use this code
TA_Insert_Langu age as new DataSetName.Ins ert_LanguageTab leAdapter
DT_Insert_Langu age as new DataSetName.Ins ert_LanguageDat aTable
dim MaxRow as new DataRow
dim row as integer
MaxRow=Select_M axRow.MAXROW
row=MaxRow.Sele ct("","").GetVa lue
'This is a stored procedure that select max(Row)form the table in database
'that will be worked becuase row is valid but below code dose not worked
TA_Insert_Langu age.Fill(DT_Ins ert_Language,ro w,English)
Comment