Subject | Re: [Firebird-Java] Re: Jaybird 2.2 |
---|---|
Author | Roman Rokytskyy |
Post date | 2011-08-30T19:55:08Z |
> I checked out the source code from here:No, you have to use CVS version. The SVN code is a fork for the Firebird
>
> https://firebird.svn.sourceforge.net/svnroot/firebird/java-plugin/trunk
>
> Is that right?
3.0 support for Java Stored Procedures. Later we will merge Jaybird 2.2
into SVN repository.
> 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?Should be enough to simply &octetsAsBytes, but I need to check the
>
> Is this the way to set this property?
>
> "jdbc:firebirdsql:......&octetsAsBytes=true"
sources first.
Roman