This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Build failed; Because run sql script
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2009
03:44 AM
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
I wirte a sinple sql script as follows:
drop database if exists Distribute\n
create database Distribute\n
use Distribute\n
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2009
07:22 AM
Would it be possible to post your IA project?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2009
06:46 PM
Yes of course, I attemp to create a project include mysql server under Linux operation system with InstallAnywhere 2009. Please help me!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 05, 2009
03:43 AM
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)?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 05, 2009
05:06 AM
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!