Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection is busy
Message
 
To
13/11/2002 10:11:32
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Netherlands
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00722128
Message ID:
00722134
Views:
13
It takes time to retrieve data into alias remote. So to continue you may need to check the connection ConnectBusy property (see sqlgetprop() function for more details) or just check when the number of records in the remote does not change anymore.
Something like:
use testdata!my_remote_view alias remote
lnrec=-5
do while lnrec#recc()
lnrec=recc()
wait wind time 1.0 "Please, wait..."
enddo

>Hello
>
>I' trying to insert some data into a remote view.
>
>this is the way i go about it. This code is in an onclick event
>
>use testdata!my_remote_view alias remote
>* wait window 'wait a bit'
>insert into remote (cols) values (values)
>
>This only works WITH the wait window command
>otherwise I get an "connection remote_01 is busy" error.
>
>Can anyone tell me what's going on here?
>
>tia
Previous
Reply
Map
View

Click here to load this message in the networking platform