Subject | Re: [Firebird-Java] Connection String |
---|---|
Author | Mimi Tantono |
Post date | 2006-08-07T01:42:32Z |
You can try this :
FBWrappingDataSource fbwds = null;
fbwds = new FBWrappingDataSource();
fbwds.setDatabase("//192.168.0. 3:3050/e:/interbase/academico-bkp.gdb");
fbwds.setUserName("user");
fbwds.setPassword("password");
fbwds.setLoginTimeout(10);
Connection c = fbwds.getConnection();
Regards,
Mimi
Mimi
~ Believe in something doesn't mean take it for granted ~
[Non-text portions of this message have been removed]
FBWrappingDataSource fbwds = null;
fbwds = new FBWrappingDataSource();
fbwds.setDatabase("//192.168.0. 3:3050/e:/interbase/academico-bkp.gdb");
fbwds.setUserName("user");
fbwds.setPassword("password");
fbwds.setLoginTimeout(10);
Connection c = fbwds.getConnection();
Regards,
Mimi
Mimi
~ Believe in something doesn't mean take it for granted ~
[Non-text portions of this message have been removed]