Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which is the best method?
Message
 
To
24/11/2002 10:28:28
Raul Davila
Davila Programming Services
Toa Alta, Puerto Rico
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00726261
Message ID:
00726286
Views:
12
Hi,

I think the fastest method for a lot of data would be to export the data from VFP to an ASII file and import it into the SQL Server table using the bcc import utility. The downside with this method is, that you don't have a lot of control on the single insertions or error states.

HTH,
Armin

>Hi everyone,
>
>I'd like to know your thoughts on which is the best approach for inserting data in SQL Server tables.
>
>Using SQLEXEC(...) and passing a long INSERT sql statement.
>or
>Using a remote view:
>USE RemoteView NODATA
>APPE BLANK
>.
>.
>.
>TABLEUPDATE()
>
>This is strictly from a VFP and performance points of view.
>
>Cheers!

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Previous
Reply
Map
View

Click here to load this message in the networking platform