Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to generate PK on SQL table
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00459598
Message ID:
00459785
Views:
30
>>
I understand there are potential problems using Identity fields in SQL to generate a PK.

1. Trying to return value with @@identity may give value for insert on another table
<<

Not if you use a stored procedure to add records. After the insert, assign the value of @@Identity to an output variable. Or, just return @@Identity.


< JVP >
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform