Subject | jaybird docs |
---|---|
Author | Marco Parmeggiani |
Post date | 2003-02-28T11:40:32Z |
I want to ask/say a couple of things:
1) This is for the FAQ mantainer. There are a couple of errors in RC3
"simple" example of connection pooling:
fbwds.setDatabaseName("//localhost:3050/dir1/subdir/myDatabase.gdb");
fbwds.setUser("sysdba");
they are deprecated and should be changed to:
fbwds.setDatabase("//localhost:3050/dir1/subdir/myDatabase.gdb");
fbwds.setUserName("sysdba");
2) Is there a JavaDoc or something similar around? I know developers are
writing some documentation before releasing 1.0 but i would like to know
if there is some "beta" documentation to work with in the meantime.
ciao
--
Seti@Home Java Applets
http://maruko.cjb.net/
1) This is for the FAQ mantainer. There are a couple of errors in RC3
"simple" example of connection pooling:
fbwds.setDatabaseName("//localhost:3050/dir1/subdir/myDatabase.gdb");
fbwds.setUser("sysdba");
they are deprecated and should be changed to:
fbwds.setDatabase("//localhost:3050/dir1/subdir/myDatabase.gdb");
fbwds.setUserName("sysdba");
2) Is there a JavaDoc or something similar around? I know developers are
writing some documentation before releasing 1.0 but i would like to know
if there is some "beta" documentation to work with in the meantime.
ciao
--
Seti@Home Java Applets
http://maruko.cjb.net/