Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record Lock
Message
From
10/03/2003 06:13:46
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
05/03/2003 10:17:50
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00761489
Message ID:
00763551
Views:
25
you don't lock records in sql server. do it:

xhnd=sqlconnec(.....
sqlexec(xhnd,;
"update customers set surname='cvvcxs', age=44 where name='xxx'")
sqldisc(xhnd)

use views much easier. you can do something vfp and you don't need lock.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform