[Objectbridge-developers] Re: JDBCAccess
Brought to you by:
thma
From: David F. <dw...@la...> - 2001-10-03 20:02:55
|
In the JDBCAccess layer, you use the getArray() call for access the column in the result set for VARBINARY. I find that this needs to be getBytes() instead. First, InstantDB doesn't implement getArray() so any test with it fails immediately. Second, getBytes() also works for Oracle 8.1.7 and not getArray(). I don't see any test for the VARBINARY type in your JUNIT test, so there is not systematic testing of this option in the software. Am I doing something wrong? Dave |