Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server 6.5 select @@identity return incorrect ID
Message
 
 
To
30/05/2002 17:29:21
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00663216
Message ID:
00663224
Views:
12
>
>What would cause SELECT @@identity to return an incorrect ID?

The @@identity stores the latest identity value inserted for particular connection. If you've Insert trigger that inserts into another table with identity column, than you'll get identity value for that insert.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform