Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC-Oracle Error: connection sync/async mode cannot be
Message
From
07/01/1999 05:42:50
 
 
To
07/01/1999 05:33:32
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00173432
Message ID:
00173436
Views:
28
Further more I recieved this info from a NG.

Even though Asynch. execution is off in your connection, your views are
executing asynchronously. The reason is that the default fetch size for a
view is 100. This means that if a view returns more than 100 records it will
allow VFP execution to continue while it fetches the rest of the records.
Make sure the FetchSize for all views sharing a connection is set to -1
(all). This will give you synchronous operation and keep two queries from
trying to use the connection at once.

However, I have asynch off and fetchsize=-1.

Also what could 'execution is off in your connection, your views are
executing asynchronously' mean????

Can someone Please clarify.

Also thanks everyone that's helped me in the past with some excellent concise answers.
Tusind Tak!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform