R
Rich
Hello,
Is it possible to have 2 tables in a dataset where each
table is from a different source? tbl1 is from sql server
and tbl2 is from Access? Then is it possible to fill the
Access table with the data from the sqlserver table? Like
if I use an adapter to fill the sql table can I use that
adapter to fill the Access table? How is this
accomplished? Or am I limited to using datarow objects
and looping through each table and then updating with the
respective Adapters? Or do I use an Insert Into statment
to insert data from one table to the other and then use
Adapter.Update? what is the best way to transfer data
from a sql resultset to an Access table with ADO.net
(using vb.net)?
Thanks,
Rich
Is it possible to have 2 tables in a dataset where each
table is from a different source? tbl1 is from sql server
and tbl2 is from Access? Then is it possible to fill the
Access table with the data from the sqlserver table? Like
if I use an adapter to fill the sql table can I use that
adapter to fill the Access table? How is this
accomplished? Or am I limited to using datarow objects
and looping through each table and then updating with the
respective Adapters? Or do I use an Insert Into statment
to insert data from one table to the other and then use
Adapter.Update? what is the best way to transfer data
from a sql resultset to an Access table with ADO.net
(using vb.net)?
Thanks,
Rich