Page 1 of 1

MySqlDump

Posted: Thu 02 Mar 2006 17:31
by Jeff
It looks like MySqlDump doesn't use ` around the table names. I have a table called schema and schema is a reserved word in MySQL 5.0+. When I try to dump the table I am getting an error next to the word schema. which it would if it didn't use ` around the table names.

So. my question is can you add ` around the table names when using MySqlDump?

Posted: Fri 03 Mar 2006 09:50
by Serious
We have fixed this problem for the MySQLDirect .NET.
Look forward for the next build.

Posted: Fri 03 Mar 2006 11:23
by Jeff
Great, Thank you!

Jeff