Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linked VFP Database
Message
General information
Forum:
Microsoft SQL Server
Category:
Database design
Miscellaneous
Thread ID:
00614913
Message ID:
00616441
Views:
27
I was hoping to get information about the stability, speed, etc

As VFP is not a DataBase server itself, all the processing of the tables will be on the SQL Server. This, included with slow speed of the ODBC (OLE DB) access to VFP tables (as Sergey Berezniker said) will make the approach with linked VFP database in SQL Server not to have many advantages compared to our approach. We query the VFP tables and make some preprocesing and after that create queries to the SQL Server databases. Or depending on the case, the sitiation may be the opposite (this is not typical for our design) - first quering the SQL Tables and after that the VFP ones.

All queries are make in ANSI SQL format, and due to some differences of SQL Server and VFP they are "converted" in proper syntax from our specific tool.

HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform