Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thermometer
Message
 
 
À
31/03/2000 15:27:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00327289
Message ID:
00354097
Vues:
22
>Hey Mark:
>I tried you suggestion but I am limited with the ODBC in place by my Oracle-DBA dude. No choice there.
>
>You know any other venues?
>
>Thank you,

Sorry, I should have said asynchronous execution with SQLExec() and SQLMoreResults(). This should work regardless of ODBC drivers used. From the VFP help:

Asynchronous execution

Specifies that Visual FoxPro executes SQL pass-through commands (using SQLEXEC( ), SQLMORERESULTS( ), SQLTABLES( ), and SQLCOLUMNS( )) in the background after returning control to your application. If you choose this option, your application can display progress information and can allow users to interrupt a command with the ESC key if SET ESCAPE has been set to true. You can determine the status of a SQL command executing asynchronously by calling one of the pass-through functions repeatedly until it reports that the command is done. The default is that this option is disabled (synchronous execution), which specifies that Visual FoxPro waits until the pass-through SQL command is complete before returning control to your application.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform