Subject DataSourceExample
Author Kurt Häcki
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 ?