Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want to convert 1 table to a DBC in my code
Message
 
 
À
01/07/2009 21:46:31
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 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01409701
Message ID:
01409702
Vues:
44
>Hi. My application has all free tables (works well) I have one table that I would like to put in a database container (to track activity)..
>Question: do I have to go into every piece of code that has Table.Field and put Database.Table.Field ... or can I use a #DEFINE (or similar).?
>
>Thanks, Randy

You don't have to.

As long as your database in the path, you don't need to use Database.Table.Field and can just use Table.Field as usual.

You can also open database with OPEN DATABASE myDatabase command.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform