Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connection is busy
Message
 
 
À
13/11/2002 10:11:32
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00722128
Message ID:
00722163
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform