Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A VFP with SQL Success Story
Message
 
 
À
04/05/2000 17:32:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00365392
Message ID:
00366365
Vues:
14
I'm far from a bcp expert but here's my POV on it.

BCP is the command line utility for bulk copying in and out of SQL Server. BCP has been part of SQL Server for several versions. bcp copies a database table to or from an operating-system file in a user-specified format. The syntax takes some getting used to but when that's been figured out, it works great.

It is often run outside of SQL Server in something like a DOS batch file. It can also be run inside SQL server using xp_cmdshell.

More recent versions of SQL Server include DTS (data transformation services) that can also be used to load data.

Inside FoxPro, you can load data using either Remote Views or SQL Pass-Through (SPT) technology using commands like SQLCONNECT,SQLEXEC, INSERT INTO, and AERROR.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform