Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Performance to SQL Server
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00098935
Message ID:
00098939
Views:
25
>I've been writing a fairly complex c/s billing platform completely in vfp, and believed (naively) all the info that vfp was a great tool for c/s, and that performance to backend databases was great using odbc, etc, etc.
>
>however, i finally did a benchmark of straight inserts to a sql server table to compare delphi against vfp. i was startled to say the least. delphi provides upwards of 160 inserts per second to a table, while vfp barely manages 30 per second (if i'm lucky). i expected to see a discrepancy of at most 50%, but this is outrageous.
>
>is the problem in my configuration of connection parameters, and is there a way to optimize my performance using vfp (i'd really rather keep to vfp, due to the amount of code written so far)? i'm using sqlstringconnect(), sqlexec() and transactions. the benchmark was performed between delphi and vfp on the same machine talking to the same backend table on the same server.
>
>also, any benchmark info of sql server access from vfp would be very helpful.
>
>please help me with this someone! if possible, please email me as well as posting to this message board.
>
>thanks a LOT.

Using purely ODBC to manipulate back-end is basically a disadvantage if using VFP as front-end, because you do not have an alternative. Anyway, although your claim seems very enticing, better to wait for more inputs to substantiate it further as I am very interested about it.

Have you tried VB/SQL Server?
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform