Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Parameters slow
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00790812
Message ID:
00792254
Views:
19
I've figured out a solution. Apparently when adding parameters to an ADO command object, the command objects tries to determine what the data types for the parameters are by running the view. This was causing the timeout problem. Instead, I manually create the parameters object and specify the data types, direction and lengths in code, then append the parameters object to the command object and this works great.

Kurt
Previous
Reply
Map
View

Click here to load this message in the networking platform