Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check to see if a table exists without knowing its locat
Message
De
04/05/2005 16:17:59
 
 
À
04/05/2005 16:14:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01010987
Message ID:
01011041
Vues:
24
This message has been marked as a message which has helped to the initial question of the thread.
>I guess this would work too:
>
>
>IF DBUSED('dbProfiler')
>   SET DATABASE to dbprofiler
>   IF !FILE(LEFT(DBC(),RAT("\",DBC()))+"MYTABLE.DBF")
>      *--Do whatever
>   ELSE
>
>
>then I don't need to know where it is physically located or set the path but only ensure the dbc is open (which is done earlier in the app)

How about using JUSTPATH()?

IF !FILE(JUSTPATH(DBC())+"\"+"MYTABLE.DBF")
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform