sethindeed
Well-known member
OK,
I am at a point where I can easily read the database with the datareader object but I am still unable to update, add or delete records.
I havent found any simple sample code on this forum and I understand that once you understood the complex strucutre, you may not want to give it away just like that.
At this point, I have been able to fill a dataadapter with a dataset. BUt it seems that it is not enough...
Do I have to fill a data table with the dataset, then fill the datarow and datacolumn with the datatable.
Why 16 lines of code for what used to take 3 ?
Is it the price to pay for better software ?
Jokes apart, once my ole dataadapter ( I am using Access ) is filled, what is the next step ?
I am at a point where I can easily read the database with the datareader object but I am still unable to update, add or delete records.
I havent found any simple sample code on this forum and I understand that once you understood the complex strucutre, you may not want to give it away just like that.
At this point, I have been able to fill a dataadapter with a dataset. BUt it seems that it is not enough...
Do I have to fill a data table with the dataset, then fill the datarow and datacolumn with the datatable.
Why 16 lines of code for what used to take 3 ?
Is it the price to pay for better software ?
Jokes apart, once my ole dataadapter ( I am using Access ) is filled, what is the next step ?