G
Guest
I've included the needed tables in the DataSource. Those tables that are
bound to controls I can workwith. But how do you get access to the
DataAdaptors that are not bound?
me.Dataset1.table is a table with no Insert or Update methods.
pll.DataSet1.table has the Row, ChangeEvent, and ChangeEventHandler.
It seems like it should be fairly straight forward to use the DataAdapter
without binding it to a control. How do you do this?
Thanks,
--max
bound to controls I can workwith. But how do you get access to the
DataAdaptors that are not bound?
me.Dataset1.table is a table with no Insert or Update methods.
pll.DataSet1.table has the Row, ChangeEvent, and ChangeEventHandler.
It seems like it should be fairly straight forward to use the DataAdapter
without binding it to a control. How do you do this?
Thanks,
--max