Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How many talbes can a dbc contain?
Message
 
À
26/05/2005 16:46:37
Bob Clark
Complus Data Service, Inc.
St. Petersburg, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01017942
Message ID:
01017947
Vues:
17
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform