Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL and FOX progress bar.
Message
From
13/11/1997 12:24:21
 
 
To
11/11/1997 03:04:53
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00059267
Message ID:
00059973
Views:
29
>Hi Nick!
>
>>Is there any way i can use a progress bar that will execute during a
>>SQLEXEC() command. The select that i require from SQL is long and
>>the client not very patient.
>>
>>My command is like this:
>>=SQLEXEC(gnConnectHandle,"SELECT DISTINCT clienno FROM customer","ListClient")
>>
>
>I don't know any way to do this directly from VFP. In my experience there are
>some cases when we do this for SmallTalk using Notification Server For Sybase
>SQL Server v.10-11, written using Open Server toolkit. This workaround may be not applicable for your task.
>
>Second advice, with also may relay on actual task, is to use not a bulk select
>from SQL Server, but retrieve records in portions, using ROUCOUNT command.
>
>May be this helps.
>
>Alexander Mitchenko, Kiev, Ukraine

Thanks, very simple very clear and useful.
Previous
Reply
Map
View

Click here to load this message in the networking platform