Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro SQL vs. SQL Server syntax differences?
Message
 
À
02/08/2009 23:17:28
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 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01415825
Message ID:
01415861
Vues:
71
Hi Matt,

1) You should try running your application with EngineBehavior 90, since that's closer to what SQL servers use.

2) SQL servers are much more sensitive to the order of clauses in the SQL statement. Where in VFP you can put ORDER BY before WHERE the same is not possible for most servers.

3) If your SQL statement refer to fields from tables that are not part of the query or variables, you need to convert them to parameters.
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform