Subject | Re: New JDBC driver keep throwing Dynamic SQL Error exception |
---|---|
Author | llafranc78 |
Post date | 2002-03-20T11:32:22Z |
Try changin your connectino string from
"jdbc:firebirdsql:localhost:x:/db/ncs.gdb"
to
"jdbc:firebirdsql:localhost/3050:x:/db/ncs.gdb"
This should work :))
Ciao
Luca
"jdbc:firebirdsql:localhost:x:/db/ncs.gdb"
to
"jdbc:firebirdsql:localhost/3050:x:/db/ncs.gdb"
This should work :))
Ciao
Luca
--- In Firebird-Java@y..., "Kenneth Foo" <kenneth@n...> wrote:
> Hi
>
> Thank, but that didn't help.
> I'm still getting the same error over here!
>