Subject | DataSourceExample |
---|---|
Author | Kurt Häcki |
Post date | 2003-06-17T17:29:43Z |
Hi,
By compiling the DataSourceExample
there is a warn-message: deprecated
D>javac -deprecation DataSourceExample.java
DataSourceExample.java:53: warning: setDatabaseName(java.lang.String) in
org.firebirdsql.jdbc.FBSimpleDataSource has been deprecated
dataSource.setDatabaseName ("//MyServer:3050/D:\\employee.gdb");
1 warning
Can / has this to by eliminated ?
By compiling the DataSourceExample
there is a warn-message: deprecated
D>javac -deprecation DataSourceExample.java
DataSourceExample.java:53: warning: setDatabaseName(java.lang.String) in
org.firebirdsql.jdbc.FBSimpleDataSource has been deprecated
dataSource.setDatabaseName ("//MyServer:3050/D:\\employee.gdb");
1 warning
Can / has this to by eliminated ?