Subject | Re: [Firebird-Java] connection problem |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-02-01T12:30:29Z |
> Connection c = java.sql.DriverManager.getConnection(Its a bug in driver. It treats password "123" as number (since conversion
> "jdbc:firebirdsql:delta:/usr/data/prz1.gdb", "boris",
> "123");
between "123" and int is possible) and sets the incorrect type.
A workaround is to include some chars in password.
Roman