Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I create the DBC on my local drive
Message
 
À
22/06/1999 10:10:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00232472
Message ID:
00232487
Vues:
12
Check out the help file for CREATE DATABASE
use it with a local filename to create a local DBC
Any tables you create once it is open will be attached
to the DBC unless you use the FREE directive of the create table command.

You can also use DBUSED() and OPEN DATABASE to open the
local databases the next time your app is launched.


>I have my DBC on the network with its' tables
>
>I have learned during Devcon that I should create
>the DBC on the FLY to reduce corruption and traffic
>
>
>How is this Done?
>
>I have ran GENDBC but the program it creates will
>recreate all the tables in the DBC this will be very
>slow.
>
>Thanks in advance
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform