Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Access - I'm giving up on the 2008 stufff

Status
Not open for further replies.

csutton

Programmer
Dec 27, 2000
213
US
I'm trying to figure out this new stuff in VB.NET 2008 that didn't exist in 2003.

I was trying to use the GUI to create some data detail forms using the DataSet wizard, but it is not saving any of my data when I do the updates.

I've tried the adapter.endedit with the .update command, doesn't error out, just doesn't save anything.

Anyway, can anyone point to a tutorial that covers more than the standard "here is how you access data from a single table" ? I have several tables that I'm doing joins with, and need to edit the stuff.

I guess at this point, I'd rather write the code by hand because I have no idea how to get the automated stuff working, although I do like the Typed DataSet.

Thank you for any directions..

Sincerely,

Confused.

Chris Sutton
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top