|
I'm trying to call a stored procedure from an ASP page that calls another SP. Both SP's insert data into tables but only the first one does the insert. Testing just the execute of the SP works fine. Is it possible to do this from an ASP page?
<Added>
I figured this problem out. The stored procedure being called from the first one updated a table that the web didn't have permission to.
|
|
|
|
|
|
|
// |