Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating remote views take a long time.
Message
 
 
To
27/09/1999 12:05:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00269424
Message ID:
00269566
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform