Answered
Getting number of inserted records
Hi,
I'm moving from 6.1 to 8.0 and have found a query which works in 6.1 but not in 8.0, and I'm just wondering if there is a workaround for it.
What I'm doing is inserting multiple records into a table and using @@rowcount to find out the number of records inserted, this code worked in 6.1 but in 8.0 the "qry" variable is not defined. Any help would be appreciated, thanks.
I'm moving from 6.1 to 8.0 and have found a query which works in 6.1 but not in 8.0, and I'm just wondering if there is a workaround for it.
What I'm doing is inserting multiple records into a table and using @@rowcount to find out the number of records inserted, this code worked in 6.1 but in 8.0 the "qry" variable is not defined. Any help would be appreciated, thanks.
