can I execute this line in a .bat file java org.h2.tools.RunScript -url jdbc:h2:tcp://localhost:1521/test - user test_usr -script C:\tmp\ESS.sql > ESS.log
On Jan 29, 8:41 am, salk31 <[email protected]> wrote: > Ive not used it but have you tried the RunScript class? If you need > something more powerful an Ant script might be handy (doing wildcard > includes, other actions)... The documentation seems to be in the > javadoc pages. > > On Jan 29, 3:19 am, gabjos <[email protected]> wrote: > > > > > I need to right a batch file in windows that can execute sql commands > > in my H2 database. What is the syntax for doing this?- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
