MySQL Dump problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Hostonet
Posts: 14
Joined: Thu 31 Mar 2005 18:17
Location: Ham-sur-Heure / Nalinnes

MySQL Dump problem

Post by Hostonet » Wed 06 Apr 2005 22:33

Dear,

I have the following code :

Code: Select all

 MySqlCnx.Database = "618"
          MySqlCnx.Open()
          MySqlDump.IncludeDrop = True
          MySqlDump.Backup()
When The Backup begin the following error appear :

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
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 ? :cry:

Thanks you

Didier Lombet
HOSTONET

Serious

Post by Serious » Thu 07 Apr 2005 12:12

We have fixed this problem for the MySQLDirect .NET.

Look forward for the next build.

Guest

Post by Guest » Thu 07 Apr 2005 16:34

Ok, Thanks

Can you tell me when this release is build ?

Serious

Post by Serious » Mon 11 Apr 2005 09:34

New build will be released in a few days.

Port80 Software
Posts: 7
Joined: Tue 19 Apr 2005 16:14
Location: Belgium

Post by Port80 Software » Tue 19 Apr 2005 16:19

The new version is not visible in my special url to download the new version.

I need it to release and distribute my software

Can you tell me how to download it.

Thanks,

Didier Lombet
HOSTONET

P.S. : Would you like my registered number ?

Serious

Post by Serious » Wed 20 Apr 2005 07:11

The new release will be issued in few hours.
You can downloaad it here: http://crlab.com/mysqlnet/download.html

Post Reply