Subject is CREATE DATABASE supported?
Author Laurent Duperval
Hi,

I want to run 'CREATE DATABASE' statements from ant. Does Jaybird
support this? When i run it, I get this error:

org.firebirdsql.jdbc.FBSQLException: Resource Exception. I/O error for
file %.0s"CreateFile (open)"
null
Error while trying to open file
null
Reason: I/O error for file %.0s"CreateFile (open)"
null
Error while trying to open file
null

I'm assuming it's because the URL given to the driver points to a
non-existing file. Kind of a chicken/egg situation.

L