Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many talbes can a dbc contain?
Message
 
To
26/05/2005 16:46:37
Bob Clark
Complus Data Service, Inc.
St. Petersburg, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01017942
Message ID:
01017947
Views:
16
>Can anyone tell me if there is a maximum number of tables that a database container can have in it?
>
>Thank you.
Here a test code (In VFP 8)
CREATE DATABASE Test
OPEN DATABASE Test
SET DATABASE TO Test
FOR i = 1 TO 21000
    cName = "Table"+TRANSFORM(i)
    CREATE TABLE (cName) (Field1 C(10))
NEXT
I stop it when it makes a 5000 tables. I think the only limit is 2GB size of the files of the DataBase.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform