Hi
Is there any option to refresh the datatables in dataset designer which is connected to ms access database.
thanks fareeda
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Fareeda HussainPosted Jun 5, 2013, 6:53 AM
Sanjeeb LenkaPosted Jun 4, 2013, 3:40 PM
if after insert is the problem try this
fill the dataset again after ExecuteNonQuery()
like this
OleDbDataAdapter objOleDbDataAdapter = new OleDbDataAdapter();
objOleDbDataAdapter.Fill(objDataSet);
reply if any problem