Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Remote Table VFP Help: Useless
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SQL Remote Table VFP Help: Useless
Divers
Thread ID:
00033507
Message ID:
00033507
Vues:
91
Could somebody please translate this for me [taken directly from Help under SQLExec()]?

If the SQL statement generates one result set, SQLEXEC( ) stores the result set to the specified Visual FoxPro cursor. If the SQL statement generates two or more result sets and SQLSETPROP( ) is set to 1 (batch mode), you can name each result set by setting the SQLSETPROP( ) BatchMode option to 0 and changing the cursor name each time you call SQLMORERESULTS( ).

My questions:

1. Did the people writing the documentation for the SQLxxxx() functions of VFP know what they were writing about. (I can already answer this one: NO!).
2. "...SQLSETPROP( ) is set to 1..." -- There is no way to set SQLSETPROP() to 1. As written, this has no meaning. What DO they mean here?
3. "... changing the cursor name each time you call SQLMORERESULTS( )" -- There is no way to change or even specify a cursor name when calling SQLMORERESULTS(). What do they mean here?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform