Database update help needed
From: StressPuppy (StressPuppy_at_discussions.microsoft.com)
Date: 02/16/05
- Next message: Kristian: "Connect to Exchange Server 2000"
- Previous message: Hemang Shah: "Addnew()"
- Next in thread: geeksgk_at_yahoo.com: "Re: Database update help needed"
- Reply: geeksgk_at_yahoo.com: "Re: Database update help needed"
- Reply: J L: "Re: Database update help needed"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Feb 2005 14:59:07 -0800
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!!
- Next message: Kristian: "Connect to Exchange Server 2000"
- Previous message: Hemang Shah: "Addnew()"
- Next in thread: geeksgk_at_yahoo.com: "Re: Database update help needed"
- Reply: geeksgk_at_yahoo.com: "Re: Database update help needed"
- Reply: J L: "Re: Database update help needed"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|