cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
plazzy
Level 3

Build failed; Because run sql script

I have a project including mysql server, When I adding the sql script and build the project, It aways prompts me that running sql script failure. I instead ";" with "GO" or "\n"; But It did'nt work, I want to know why; Can you show a single example for sql script? If you do'nt mind!

I wirte a sinple sql script as follows:
drop database if exists Distribute\n
create database Distribute\n
use Distribute\n
Labels (1)
0 Kudos
(4) Replies
pv7721
Level 20

Would it be possible to post your IA project?
0 Kudos
plazzy
Level 3

Yes of course, I attemp to create a project include mysql server under Linux operation system with InstallAnywhere 2009. Please help me!
0 Kudos
pv7721
Level 20

And I'm asking you again: can you attach to a post of yours the .iap_xml file (the InstallAnywhere project you are working on)?
0 Kudos
plazzy
Level 3

I resovled this problem. Finnally, I find the problem is that the project lack of the mysql-connector-java-5.0.8-bin.jar. Thank you for helping!
0 Kudos