R
Rich
After thinking about it a bit, my previous question was
kinda lame (can I fill an Access table with sql adapter -
of course not). I meant to ask if I could bulk copy data
from a sql adapter table to an oledbAdapter table.
Where I am not clear however is if one dataset can contain
a sql table and also an oledb table since I can drag the
tables from the Server tab (in visual studio 2003) If
not, is there a way to bulk copy data from a sql table to
an oledb table so I could do:
OleDbDataAdapter.Update(dataset, "AccessTbl")
Thanks,
Rich
kinda lame (can I fill an Access table with sql adapter -
of course not). I meant to ask if I could bulk copy data
from a sql adapter table to an oledbAdapter table.
Where I am not clear however is if one dataset can contain
a sql table and also an oledb table since I can drag the
tables from the Server tab (in visual studio 2003) If
not, is there a way to bulk copy data from a sql table to
an oledb table so I could do:
OleDbDataAdapter.Update(dataset, "AccessTbl")
Thanks,
Rich