Hello, is there an easy way to execute multiple queries from a textfile using Java?
I'm planning to use Derby as an embedded db in a java desktop application and wanted to put the initial db-setup into a text file (inside a jar) that could be loaded and executed once. Regards franz
