Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving data from FoxPro to Oracle
Message
De
07/02/2003 19:27:09
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
À
07/02/2003 18:19:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00750857
Message ID:
00750876
Vues:
13
In SQL Server, I can "import" FoxPro tables directly using the "SQL Server Manager" (on a W2K Server).

SQL Server handles all the table definitions and data loading. 150 (free) tables and about 1 GB took only about an hour to "upsize" with a bit of tweeking when it came to "empty/null" fields. SQL Server creates a little "job" for each table create/import.

I would be awfully surprised if Oracle did not have similar features. After all, using an ODBC driver from the "receiving side", the Server has all the information it needs to create tables and pull in the information (vs "pushing" it).

It may require having a chat with the "DBA" (unless you are them).

>I start by creating the table in oracle
>making a remote view of it
>and then I use
>SELECT * FROM table INTO ARRAY array
>and
>INSERT INTO table FROM ARRAY array
>
>Is there a faster way
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform