Subject Re: How do I use the type 2 JDBC Driver?
Author Roman Rokytskyy
> the database is on the same machine, that's why I wanted to give
> type 2 a try.

As you have probably seen IPC connection seems to be not yet
supported, and normal connection via sockets will not speed things up.

> Downgrading to 1.0.1 is not an option as it exhibited *very* weird
> behaviour when dealing with commits.
> I hope I am not starting a flame war here, but the problem with
> 1.0.1 is that my data was not persisted to the db even after a
> commit!
> This, of course is a major annoyance if not a show-stopper!
> The same happened for interclient.

Is this reproducable? I'm afraid, that if there's a bug in the code in
this area, you will have same problems with 1.5 - we did not change
anything in transaction management there.

> But the question is: How do I use the type 2 driver? Can somebody
> answer this question?

You just change the URL to

jdbc:firebirdsql:native:host/port:/path/to/your/db.gdb

Also jaybird.dll/libjaybird.so must be in the path.

> After that I am willing to help you figure out my problems with the
> Driver being SLOOOOOOOOOW.

What are the numbers for "SLOOOOOOOOW"?

Thanks!
Roman