It would look something like: java.exe -Xmx512m -classpath "h2.jar" org.h2.tools.RunScript -url jdbc:h2:mydbname -user sa -script yourscript.sql >output.txt 2>&1
(Assuming h2.jar is in the current working directory) -- 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.
