Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stored Procedure Good/Bad? How?
Message
De
12/01/2001 13:06:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Stored Procedure Good/Bad? How?
Divers
Thread ID:
00463078
Message ID:
00463078
Vues:
52
Hi All,

I am trying to increase the performance our programs. At the present we do all processing on the client side. I have heard that it is better to do this on the server side. This I assume means STORED PROCEDURES. Question, are they faster for SQL statements. The following works:

nconhandle = sqlexec(nhandle, mysqlstatement, 'mycursor')

From here I can use the cursor I retrieved. What I would like, is to have the statement on the server in a stored procedure. If that is the way to go for this kind of data retrieval. What I don’t know is how to call that procedure and return the cursor.

We are using VFP6 SP3 with a standard VFP database.

Any & all thoughts are welcome.
TIA
Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform