invalid DB_PRODUCT_VERSION string
Brought to you by:
iloveopensource
DB_PRODUCT_VERSION returned by Jaybird driver (Firebird
database) is a string that is not a valid XML string
("WI-V6.0.1.0WI-V6.0.1.0/tcp (WINXP)/P10")
So, an SQLException is thrown, but it's not properly
handled (I don't know why yet).
I commented out lines 169, 170, 171, 173. And... ta
da.... it worked!!!