Search found 1 match
- Mon Apr 26, 2010 2:26 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Insert custom table fields in Order Notification Email?
- Replies: 10
- Views: 11203
Re: Insert custom table fields in Order Notification Email?
@ZLA you are correct that using SCOPE_IDENTITY() would fix this problem. The problem is caused by triggers that perform an INSERT and create another identity value. There is a way to get around this currently. The application is expecting a recordset containing one row, one column with the ID value ...