Subject Re: [Firebird-Java] Re: Jaybird 2.2
Author Mark Rotteveel
On Tue, 30 Aug 2011 19:21:07 -0000, "Fabiano"
<fabiano@...>
wrote:
> I checked out the source code from here:
>
> https://firebird.svn.sourceforge.net/svnroot/firebird/java-plugin/trunk
>
> Is that right?

No you need the client-java module in CVS. See
http://sourceforge.net/scm/?type=cvs&group_id=9028

> If i set "octetsAsBytes" property to "true", does it mean "varchar
octets"
> fields will be stored internally as byte[] in the driver instead of
String?
>
> Is this the way to set this property?
>
> "jdbc:firebirdsql:......&octetsAsBytes=true"

This reminds me that I probably have to do some additional work to support
all properties in the new ConnectionPoolDataSource and XADataSource
implementation, or at least need to double check this.

Mark