Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using SQLEXEC() to pool data in background
Message
From
14/08/2003 03:08:06
 
 
To
13/08/2003 21:26:12
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00820004
Message ID:
00820038
Views:
18
>I need to pool a large result (40000+) set from MySQL by using SQLEXEC().
>
>It take me about 10sec to download the full data and then the form only appear.
>
>How to fetch data in background, so the form can appear immediately after a few 100s of result downloaded.
>
>TIA.

Hi,

Try to use remote view or CursorAdapter class with FetchSize>0 and FetchAsNeeded=.F. .

Thanks,
Aleksey.
Previous
Reply
Map
View

Click here to load this message in the networking platform