Subject Re: [IB-Java] jca-jdbc driver without jboss
Author David Jencks
On 2002.02.12 14:49:41 -0500 Jeffrey Seaman wrote:
> Thanks
>
> I am loading the FBDriver class is this just jdbc 1.0 - no blob support?

This has as much blob support as any other way of using the driver.
I think autocommit still doesn't work with blobs, but I can't remember.

> I
> get the following exception when I try to run it with win2K and using
> localhost as the server:
>
> **** Exception possible com.alteon.nms.persist.PdException:
> InterBaseIf.dbQuery(
> ): SQL exception java.sql.SQLException: ResourceException:
> javax.resource.Resour
> ceException: couldn't start local transaction:
> javax.transaction.xa.XAException
> com.alteon.nms.persist.PdException: InterBaseIf.dbQuery(): SQL exception
> java.sq
> l.SQLException: ResourceException: javax.resource.ResourceException:
> couldn't st
> art local transaction: javax.transaction.xa.XAException
>
> I am using the following connection URL
> jdbc:firebirdsql:localhost/3050:/c:/Program
> Files/Alteon/PcdNms/PCDNMS.GDB
>

There is a very good chance we are not correctly interpreting /\ in urls
here. Try things like dbc:firebirdsql:localhost/3050:/c:\Program
> Files\Alteon\PcdNms\PCDNMS.GDB

or whatever the windows file name is. Also I don't know how well spaces in
the path will work.

Please report your success or failuer.

david jencks
> Thanks for all your help
>
>