I have two files that contain a bunch of SQL statments. I need to run them through a Java class. Problem is that I can't figure out a way to run a script file through the JDBC. One file contains create statments and the other has insert statments. I have tried to read the files into a string and than use the executeupdate or execute command, but that would not work either. It seems I might need a way of seperating each SQL statment, which would be possible, but I find it hard that there is not an easier way. So if anyone knows an easier way, it would be greatly appreciated.