Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter Error
Message
 
À
12/05/2005 12:43:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01013469
Message ID:
01013505
Vues:
11
I am purposely issuing SQLDISCONNECT() so we don't maintain connections
to the server.


>Hello again,
>
>i assume you have a good reason to disconnect after retrieving data .. so i don't comment on this
>
>what you probably fighting with is that if you have BufferMode set to 3 (record buffering) and then SKIP away from one record (but made some changes first)
>TABLEUPDATE will be executed automatically in the background which of course fails cause you've disconnected from the backend ..
>
>so if you want to:
>get some data
>disconnect
>modify many records
>later reconnect to update them all ..
>you have to set BufferMode to 5 (tablebuffering) ..
>
>Regards
>Christian
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform