Dataset updating.

T

Test

Using Access 2002 / .Net.

I need to update a database through dataadapter.update(dataset).

The problem is one of the tables had two foreign keys , linking to
autonumbers in its parents tables.

So everytime I try to update...i get the error 'Cannot find a record
relating to 'Table' etc'.

Any Ideas? This has me really confused.
 
W

William Ryan eMVP

Check out Bill Vaughn's Article on "Managing an @@IDentity Crisis" at
www.betav.com -> Articles -> MSDN Magazine. The article targets SQL Server
but the prinicple will be identical.

HTH<

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top