Subject | Re: What open issues do you have? |
---|---|
Author | Roman Rokytskyy |
Post date | 2002-11-12T21:22:34Z |
> > Can you describe your usage scenarios? Do you use DataSourceDo you set transaction isolation after getting a connection? If no,
> > implementation? Do you use JCA implementation?
>
> I use pure JDBC with Jaybird. No JCA, no DataSource.
you can provide any TPB you like as connection parameters using the
same approach as DPB:
jdbc:firebirdsql:localhost/3050:my_db.gdb?
concurrency=&rec_version=&nowait=
(parameter name is TPB param without "isc_tpb_" and value can be
anything you like).
However I haven't tried it, you might need to check if these
parameters are correctly processed in
org.firebirdsql.jdbc.FBConnectionHelper.getTpb(Properties) method. It
is also possible to use the same idea to provide mapping via
connection URL.
Best regards,
Roman Rokytskyy