Error with SQL script from within Visual Studio 2005 IDE
Posted: Wed 19 Apr 2006 18:57
If I execute this command in a sql file connecting to mysql:
delimiter //
I get this error in the output window for
Core Lab Database Developer Tools:
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 'delimiter //
This command works fine for MySQL 5 in any other context.
I am using Visual Studio 2005 Professional Edition,
MySQLDirect .NET Data Provider Professional version 3.50.10,
and MySQL Developer Tools version 1.70.28.
delimiter //
I get this error in the output window for
Core Lab Database Developer Tools:
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 'delimiter //
This command works fine for MySQL 5 in any other context.
I am using Visual Studio 2005 Professional Edition,
MySQLDirect .NET Data Provider Professional version 3.50.10,
and MySQL Developer Tools version 1.70.28.