Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I Change database path of dataenviornment
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00808284
Message ID:
00808325
Vues:
13
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform