Subject | Re: org.firebirdsql.jdbc.FBSQLException - I/O error during "CreateFile (open)" |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-04-03T14:37:40Z |
> I have a Java app that is adding a new record to the database. IWhat about specifying correct URL? URL must have form:
> can execute SELECTs no problem but when I try to insert I get this
> error:
>
> org.firebirdsql.jdbc.FBSQLException: Resource Exception. I/O error
> during
> "CreateFile (open)" operation for Al/pool/Swimming.gdb"
> Error while trying to open file
> null
> Reason: I/O error during "CreateFile (open)" operation for file
> "Al/pool/Swimming.gdb"
> Error while trying to open file
> null
>
> I'm pretty sure this is a Firebird issue but here is my code:
jdbc:firebirdsql:server/3050:/path/to/database.gdb
(or in Windows case jdbc:firebirdsql:server/3050:c:/path/to/database.gdb)
Best regards,
Roman Rokytskyy