Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does this look like a BUG to you?
Message
De
09/10/2003 08:48:39
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Does this look like a BUG to you?
Divers
Thread ID:
00836767
Message ID:
00836767
Vues:
52
Hi all!

Using VFP8 sp1, it seems that re-opening a database does not respect the SHARED/EXCL clause without first closing the database. For example...

*This works
OPEN DATA myDBC SHARED
CLOSE DATA
OPEN DATA myDBC EXCL
PACK DATA

CLOSE ALL

*This does not work
OPEN DATA myDBC SHARED
OPEN DATA myDBC EXCL
PACK DATA

What do you guys think?
L.A.Long
ProgRes
lalong1@charter.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform