MySQL Dump problem
Posted: Wed 06 Apr 2005 22:33
Dear,
I have the following code :
When The Backup begin the following error appear :
After test, I have remark that the MySQL Dump cause problem with database with only Number for name or contain the characters --> - (minus)
Have you a solution for me ?
Thanks you
Didier Lombet
HOSTONET
I have the following code :
Code: Select all
MySqlCnx.Database = "618"
MySqlCnx.Open()
MySqlDump.IncludeDrop = True
MySqlDump.Backup()
Code: Select all
Error :
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '618' at line 1

Have you a solution for me ?

Thanks you
Didier Lombet
HOSTONET