Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scatter
Message
From
22/07/2004 19:42:49
 
 
To
22/07/2004 16:26:25
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00927172
Message ID:
00927237
Views:
31
Hullo Jim - if you have access to the SQL Server why not [pick one]

1. write a DTS then call it from VFP that will get the data natively IN SQL SERVER into a fox table.
2. use SPT code and make a cursor, then do what ever you want from there.
3. make a remote view ....
4. make an ascii dump of the sql table, then import it into vfp.

any one of those should work for you - personally i prefer #1 when dealing with large data sets, and #2 when dealing with small data sets. I only use #4 when there is some security issue and I have to do offline analysis cause some bonehead dba doesn't understand concept of sql connections.

hth - mondo regards [Bill]
ps - Assuming MS SQL HERE - but #2 works for Oracle, mySql, PostGreSql, FireBird, etc etc.
Previous
Reply
Map
View

Click here to load this message in the networking platform