Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help! My CA's and SPT ignore the FetchSize Property
Message
From
25/03/2004 06:41:43
 
 
To
24/03/2004 22:35:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00889217
Message ID:
00889536
Views:
22
Hi Bernard,

On VFP the ODBC rows are fetched one by one.

Then, if you use a ODBC in Syncronous mode,
FetchSize is ignored,
and, i think, it put 100 into the C variable
for the fetch loop ( last line of this loop is the talk output).

Because VFP not use ODBC Array advanced APIs,
FetchSize in syncronous mode is irrelevant.

Then FetchSize is usefull only on Async mode.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform