Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to move data into a SQL-Server database?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00540114
Message ID:
00540120
Vues:
15
Hi!

Put them into the file and run BCP over that file. Its depended on the format of data. If ou can parse data and prepare file in the native SQL Serevr format for BCP, moving that data to SQl Server by BCP will not be a problem.

You might be also interested in making extended stored procedures on SQL Server (there are chapters for that in MSDN) using C. You can make it read file, parse it and put just into SQL Server table in a single SP...

>To All,
>
>Is there a way to port data directly into a SQL Server data table? For example, if I had a flat file that I parsed using a set of C functions or methods, is there a way I could get the results, still in memory directly into a SQL Server database?
>
>Just curious.
>
>TIA,
>Thom C.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform