Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MySQL Kewords.
Message
From
22/10/2004 17:20:10
 
 
To
22/10/2004 13:57:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Windows 2000 Server
Database:
MySQL
Miscellaneous
Thread ID:
00953814
Message ID:
00953881
Views:
17
After a little more searching I found the solution here:

http://dev.mysql.com/doc/mysql/en/Legal_names.html

ysql> CREATE TABLE "test" (col INT);
ERROR 1064: You have an error in your SQL syntax. (...)
mysql> SET sql_mode='ANSI_QUOTES';
mysql> CREATE TABLE "test" (col INT);
Query OK, 0 rows affected (0.00 sec)

Thanks for your help.
Previous
Reply
Map
View

Click here to load this message in the networking platform