Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MySQL syntax on Linux server
Message
 
 
À
02/11/2009 22:36:01
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 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01432836
Message ID:
01432837
Vues:
55
You have case sensitive MySQL server and have to specify the names of SQL objects (DBs, tables, columns, etc as theya re defined).

>I have a MySQL server running on linux and there is an error when using a command like
>
> SQLEXEC(MConnection, "Select * From Sales", "Temp")
>
>but it works fine if I run it in Windows server.
>
>Later I find out it works if I changed the "Sales" into "SALES" (Capital letters)
>
> SQLEXEC(MConnection, "Select * From SALES", "Temp")
>
>Plz, advise me to solve this problem. Thanks.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform