Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL wont overwrite table in DBC
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL wont overwrite table in DBC
Divers
Thread ID:
00255893
Message ID:
00255893
Vues:
53
I'm trying to run an SQL into a table with long field names, and fox balks, refusing to overwrite the table.

Is there a way to get SQL to overwrite the table?

I came up with two workarounds:

1) Run the SQL to a cursor, zap the table, and append from the cursor. This means writing the table twice.

2) Open the DBC, look for the table using ADBOBJECTS, close the table if it's open, and drop the table if it's in the DBC. This is not very clean, and DBUSED has been flaky.

Surely I'm not the first person to run an SQL into a DBC. Is there something I'm missing?

Thanks,

-hans
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform