Subject | Re: jaybird docs |
---|---|
Author | Rick Fincher |
Post date | 2003-02-28T20:27:38Z |
Hi Marco,
Thanks for pointing that out. I'll update the FAQ.
Rick
-----------------------------
From: Marco Parmeggiani <doc@m...>
Date: Fri Feb 28, 2003 6:40 am
Subject: jaybird docs
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");
Thanks for pointing that out. I'll update the FAQ.
Rick
-----------------------------
From: Marco Parmeggiani <doc@m...>
Date: Fri Feb 28, 2003 6:40 am
Subject: jaybird docs
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");