Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MySQL syntax on Linux server
Message
 
 
To
02/11/2009 22:36:01
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01432836
Message ID:
01432837
Views:
53
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform