Subject | Re: [Firebird-Java] Re: Problem with Win2000, Firebir 1.5 and driver 1.5.4 with Blob... |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-11-16T21:19:31Z |
> Is the JDBC driver open source?Source is available for download from SourceForge.net:
http://prdownloads.sourceforge.net/firebird/FirebirdSQL-1.5.1-src.zip?download
and
http://prdownloads.sourceforge.net/firebird/FirebirdSQL-1.5.2-src.zip?download
> If it is - and before I look at any code - can you tell me is there anyNo.
> code that is dependant on the version of the operating system?
> I.e if (win2000) do this or that? Are there any special exceptionsNo.
> (on a per-OS basis) for handling files, processes, threads,
> security, etc?
Most likely this is system-dependend behavior of the JVM in the
"synchronized" section. Or a bug in a driver that happens on W2k.
Roman