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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

data access code not working right

Status
Not open for further replies.

mbutch

Programmer
Nov 17, 2000
100
US
I'm trying to use one DataSet between an odbcDataAdapter and a sqlDataAdapter, but it isn't working. I'm using the odbcDataAdapter.Fill method to populate the DataSet, which works fine. I then try to use the sqlDataAdapter.Update method with the DataSet filled by the odbcDataAdapter, but none of the information gets writen to the database. Any ideas on why this wouldn't work?

Thanks,

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top