data adapter commands

K

Karl

Hi,

I'm working with a dataSet with 6 tables in it and when I
come to save it back to source I need a data adapter to
take care of it.

Ive got all my insert, update, delete commands for each of
my tables sorted using stored proc's but my problem is:

how do I give the one adapter all these commands? Do I
need 6 different adapters to take care of my 6 tables
within my dataset?

Any help is much appreciated.
 
M

Miha Markic

Hi Karl.

Karl said:
Hi,

I'm working with a dataSet with 6 tables in it and when I
come to save it back to source I need a data adapter to
take care of it.

Ive got all my insert, update, delete commands for each of
my tables sorted using stored proc's but my problem is:

how do I give the one adapter all these commands? Do I
need 6 different adapters to take care of my 6 tables
within my dataset?

Exactly. One adapter per table.
 

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