sql server - Pass back original SQL operation row count, after trigger? -


I have a piece of inheritance VB6 code that is inserting data into the SQL Server 2000 database table. The code uses the returned row count for different purposes.

We recently placed a trigger on a table, which calls a stored procedure to update any other table. Now it appears that the VB6 code is raising the line count returned from the triggered process rather than the original operation.

Anyway to ensure that the proper line count has been returned? Can we "pass" the original line count through the trigger?

Turn on in triggers.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -