Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to convert 1 table to a DBC in my code
Message
 
 
To
01/07/2009 21:46:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01409701
Message ID:
01409702
Views:
43
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform