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:
00722163
Views:
20
What do you get when you issue the following from the Command Window:

? DBGetProp('MyRemoteView', 'View', 'FetchSize')
? DBGetProp('MyRemoteView', 'View', 'MaxRecords')

If they are not -1, try setting these properties to -1 and see if that helps.

? DBSetProp('MyRemoteView', 'View', 'FetchSize', -1)
? DBSetProp('MyRemoteView', 'View', 'MaxRecords', -1)

>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
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform