Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MySQL Kewords.
Message
De
22/10/2004 17:20:10
 
 
À
22/10/2004 13:57:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Windows 2000 Server
Database:
MySQL
Divers
Thread ID:
00953814
Message ID:
00953881
Vues:
18
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform