S
Shawn Repphan
I am using a 2003 ADP to connect to a SQL Server 2000 database using sprocs.
I am having trouble updating sprocs when two or more tables are involved.
Apparently SQL server has no problem updating a sproc that selects from only
one table, but it cannot produce the logic to update more than one table on
its own. How would I create a single sproc that could select, update, and
insert data into multiple tables AND have Access be able to use bound forms
and controls to handle the updates? I cannot use raw ADO in this application
for reasons beyond my control.
I am having trouble updating sprocs when two or more tables are involved.
Apparently SQL server has no problem updating a sproc that selects from only
one table, but it cannot produce the logic to update more than one table on
its own. How would I create a single sproc that could select, update, and
insert data into multiple tables AND have Access be able to use bound forms
and controls to handle the updates? I cannot use raw ADO in this application
for reasons beyond my control.