Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flock equivalent in SQL
Message
From
26/08/2009 10:47:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Flock equivalent in SQL
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01420778
Message ID:
01420778
Views:
170
I use the follow code to get Unique Keys with VFP tables

Local lgetUniqueKey
Use myCounter
IF Flock()
Replace myCounter.counter With myCounter.counter+1
lgetUniqueKey= myCounter.counter
Flush In myCounter Force
Unlock
Endif

Could you suggest some equivalent code if the MyCounter table is an MSSQL table?
Please no autoinc field or global unique identifiers
Next
Reply
Map
View

Click here to load this message in the networking platform