Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I create the DBC on my local drive
Message
 
To
22/06/1999 10:10:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00232472
Message ID:
00232487
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform