Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating remote views take a long time.
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00269424
Message ID:
00269566
Vues:
22
>I need database only for storing remote views and connections. I want to keep dbc alive only when EXE is running. But code:
>create database ...
>create connection ...
>create sql view .. remote ..
>dbSetProp(...)
>takes a very long time when the program is starting. What another method can I use ?
>Thanks, Pavel

Why are you creating all this at runtime? Create the database, connection and views once and provide this to your users. No need to delete the database when the EXE is quit.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform