OK.. I am trying to create my entire DB structure (about 6 tables or so) in a single JDBC Statement to embedded Derby 10.5. I keep running into issues with the proper syntax to separate the different statements. Is there a way to do this other than running multiple statements?
Thanks
