Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to close DBC
Message
De
27/12/2001 10:28:45
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00598340
Message ID:
00598430
Vues:
31
3 stars Sergey. The following code worked.

IF DBUsed(JustStem(tcDBCName))
SET DATABASE TO (tcDBCName)
CLOSE DATABASES
ENDIF
DELETE FILE ForceExt(tcDBCName,'DBC') && Error ocurrs because file is in use
DELETE FILE ForceExt(tcDBCName,'DCT')
DELETE FILE ForceExt(tcDBCName,'DCX')

Thanks. Alex

>Hi Alex,
>
>Try to specify full DBC name in SET DATABASE TO.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform