Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record Lock
Message
De
10/03/2003 06:13:46
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
05/03/2003 10:17:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00761489
Message ID:
00763551
Vues:
24
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform