Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multi user application
Message
 
À
21/11/1999 03:44:35
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00293609
Message ID:
00293754
Vues:
23
>Anybody can explain to me, what's the best method for developing multi user application in VB6 ? and how to lock / unlock record when some user want to update record and the record is in use by another ?
>thanks in advance for any comment and suggestion

You can have a lot of different advices on that subject since about all programmers have there ways of handling this.

I never use the update facility of the recordset (AddNew, Update, Delete). They often lock a page (which may be 2K or something else) which locks x records. To update data, I always use SQL statements and check for errors.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform