Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flock equivalent in SQL
Message
From
26/08/2009 11:53:15
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01420778
Message ID:
01420830
Views:
50
>>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
>
>Please also read this a bit complex discussion on this very topic
>
>http://forum.lessthandot.com/viewtopic.php?f=17&t=6518&start=0&st=0&sk=t&sd=a&hilit=Niikola

Thaks Naomi.
Previous
Reply
Map
View

Click here to load this message in the networking platform