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

Click here to load this message in the networking platform