Subject | FireBird JDBC URL |
---|---|
Author | nrajagopal35 |
Post date | 2003-12-10T12:45:39Z |
Dear Friends,
When we try to connect the FireBird database we are using the
following kind of url say,
jdbc:firebirdsql:localhost/3050:c:/raju/1.0.3/FireBird/bin/TestDB
i.e., we have to give the full path of the database file. Suppose if
you want to connect a database in a remote machine, u should know the
path of the database file, isn't it?
Is there any way to access the remote database without giving the full
path like
jdbc:firebirdsql:remotehost/3050:TestDB,
I think most of the databases we are able to connect like that.
Can anyone tell me how to achieve this.
Regards,
Rajagopal N
When we try to connect the FireBird database we are using the
following kind of url say,
jdbc:firebirdsql:localhost/3050:c:/raju/1.0.3/FireBird/bin/TestDB
i.e., we have to give the full path of the database file. Suppose if
you want to connect a database in a remote machine, u should know the
path of the database file, isn't it?
Is there any way to access the remote database without giving the full
path like
jdbc:firebirdsql:remotehost/3050:TestDB,
I think most of the databases we are able to connect like that.
Can anyone tell me how to achieve this.
Regards,
Rajagopal N