I'm trying to install SQL scripts (initial database scheme) using installshield and internal SQL -scripts loading feature. This installshield 10.5 is using MyODBC to load sql script. For example sql-script: CREATE TABLE test(id int); CREATE TABLE another_table(id int);
and I'm get error in line 2 from ODBC driver ;-( Error message like "You have an error in your SQL syntax; ... " But when I'm loading this sql script from command line using mysql.exe all is ok. May be myodbc dosn't support multiple lined sql script file ? Where to download new version (may be unstable) with this feature support ?