Subject | Re: How do I use the type 2 JDBC Driver? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-01-22T09:06:50Z |
> the database is on the same machine, that's why I wanted to giveAs you have probably seen IPC connection seems to be not yet
> type 2 a try.
supported, and normal connection via sockets will not speed things up.
> Downgrading to 1.0.1 is not an option as it exhibited *very* weirdIs this reproducable? I'm afraid, that if there's a bug in the code in
> 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.
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 somebodyYou just change the URL to
> answer this question?
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 theWhat are the numbers for "SLOOOOOOOOW"?
> Driver being SLOOOOOOOOOW.
Thanks!
Roman