Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] run sql script

Hi,

In our ejb application, we would like to run an sql script for some db migration. I tried with a native query, but I got a SQLSyntaxErrorException whenever the script has a semi-column in it, thus having multiple lines.

What can I do? I'd like to avoid having to parse the script to split it in multiple lines.

 Thank you,

Yannick Majoros


Back to the top