Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO, CURSORADAPATER and Parameters
Message
De
30/12/2004 07:40:56
 
 
À
30/12/2004 06:28:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00973221
Message ID:
00973234
Vues:
19
>Am I missing something fundamental here?

Hi Tim, nice name.

For What its Worth:
Not Sure about SQL server but on Oracle and DB2 not using bind variables causes the SQL to be "different" each time which means the database must reparse the SQL. In short using literal values is inefficient. On Oracle this is documented with a very high level of improvement when using Bind Variables (AKA parameters).

Check out:
http://www.akadia.com/services/ora_bind_variables.html

Or search google for "Why Use Bind variables"

For more info.

BR
Tim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform