J
Jim Heavey
Hello, Is it correct to say that if I am going to be updating 5 tables in a
SQL database, I should use 5 dataAdapters? I can use a single DataSet, but
should/must use 5 dataAdapters.
If that I true, the I would never want to create a single Procedure which
would return 5 answer sets. I was looking at the ability to execute a
single Procedure and use the :TableMapping method of the DataAdapter.
Since there is only a single "UpdateCommand" associated with a dataAdapter,
then by definition, each table must have its' own dataAdapter.
Is that correct?
If my tables were "read only" then I could use a single DataAdapter with a
single Procedure which would bring back the 5 tables and this is where I
would use the TableMappings method? Is that correct?
Thanks in advance for your assistance!!!!!!!!
SQL database, I should use 5 dataAdapters? I can use a single DataSet, but
should/must use 5 dataAdapters.
If that I true, the I would never want to create a single Procedure which
would return 5 answer sets. I was looking at the ability to execute a
single Procedure and use the :TableMapping method of the DataAdapter.
Since there is only a single "UpdateCommand" associated with a dataAdapter,
then by definition, each table must have its' own dataAdapter.
Is that correct?
If my tables were "read only" then I could use a single DataAdapter with a
single Procedure which would bring back the 5 tables and this is where I
would use the TableMappings method? Is that correct?
Thanks in advance for your assistance!!!!!!!!