Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I Change database path of dataenviornment
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00808284
Message ID:
00808325
Views:
12
In addition:

data_path = "c:\mydata\MyData.DBC"

In Form Load method:
thisform.SetAll("DataBase", data_path, "Cursor")

any other method:
thisform.DataEnvironment.CloseTables()
thisform.SetAll("DataBase", data_path, "Cursor")
thisform.DataEnvironment.OpenTables()
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform