Hi..
M new to this forum..
I am stuck at this exception ..
M trying to run a junit test case which uses hsqldb in memory data base, I try to load this database with a script file. It runs fine in the first go, but when I try to run it again it throws this
exception java.sql.SQLException: error in script file line: 1 invalid property name
a lot of alter , insert commands are generated by hsqldb in the script file, when i remove those extra lines generated by hsqldb it runs fine..
I have tried putting shutdown command, with no help..
My script file contains simple create table command.
any help?