G
Guest
I am a newbie to the ADO .NET stuff. I am using Visual Studio 2003/ VB to
develop an app. Been doing development for a long time, but having a tough
time getting my hands around the new way of doing things. Hoping you can
help.
First, is there a site or book you can point me to that will describe this
stuff in detail? I can't seem to get the stuff I am reading/trying to work.
Second, can someone give me a basic idea on the "preferred" use of data
adapters and datasets? Separate DS for each DA, or one DS for all DAs?
Lastly, I have an issue of data not being saved. I have a DB connection to
an Access DB, a DA with the necessary SQL statements for update and insert,
and a group of text controls bound to the data. I open the form and the data
is there. I make changes and then issue:
MyDataAdapter.Update(MyDataSet)
I get no errors, but nothing changes in the DB.
Part of the issues for me are understanding the opening/closing of the
connection and how the data in the DS gets back to the actual DB.
Sorry for the long question/post and many questions. I appreciate any help!!
develop an app. Been doing development for a long time, but having a tough
time getting my hands around the new way of doing things. Hoping you can
help.
First, is there a site or book you can point me to that will describe this
stuff in detail? I can't seem to get the stuff I am reading/trying to work.
Second, can someone give me a basic idea on the "preferred" use of data
adapters and datasets? Separate DS for each DA, or one DS for all DAs?
Lastly, I have an issue of data not being saved. I have a DB connection to
an Access DB, a DA with the necessary SQL statements for update and insert,
and a group of text controls bound to the data. I open the form and the data
is there. I make changes and then issue:
MyDataAdapter.Update(MyDataSet)
I get no errors, but nothing changes in the DB.
Part of the issues for me are understanding the opening/closing of the
connection and how the data in the DS gets back to the actual DB.
Sorry for the long question/post and many questions. I appreciate any help!!