Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PassThru 50 times slower than view??
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00760867
Message ID:
00760965
Views:
22
>Remote view using odbc to an AS400.
>
>Select * from myfile where keyfield = 'Somevalue'
>runs sub second
>
>gn = sqlconnect("sameDSNin remote view connection","sameid","samepass")
>sqlexec(gn,"Select * from myfile where ketfield ='Somevalue'","test")
>runs in 30 to 40 seconds.
>
>both return less than 30 records.

You don't specify how the remote view is getting connected. If it is using a DBC connection what are the settings? Perhaps one is doing a progressive fecth and the other isn't...

Use SQLGetProp() on the views connection and check all the properties and compare them to the same properties on the SPT connection. I would bet that you find some different settings.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform