Subject | Re: [Firebird-Java] Re: Firebird DataSource connection problem |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-08-07T18:38:30Z |
> ServerName - localhostWe don't have such property
> PortNumber - 3050Same here.
> DatabaseName - localhost/3050:c:/mtest/pastest.fdbtry Database instead of DatabaseName, if you're forced to use
DatabaseName, then you have to switch the class to
org.firebirdsql.pool.sun.AppServerConnectionPoolDataSource (see
http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=config:sun_app_server
for more details).
Roman