Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the process records in a sql-select statement
Message
De
04/02/1999 23:26:01
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00184105
Message ID:
00184204
Vues:
20
>how can i get the actual processed records in a sql-select statement to populate a progress bar. The sql use 3 tables.

The only to update a progress bar during a query (I don't recommend it for performance reasons) is to call a function inside the SQL statement:

SELECT Field1, Field2, MyFunction() as Dummy

and then MyFunction would do the updating. But getting a record count is impossible, because that is not the way SQL works.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform