Daniel Rall wrote:
> 
> Let us know what you find out.
> 
> 
It's to be crazy!
The first method executed on the class BasePeer, that is
initTableSchema(String tableName,String dbName), that do this:
 
        Connection connection = db.getConnection();
        schema = new Schema().schema(connection, tableName);

So, when i go to Schema class, the resultSet returned indicate that the
record "OBJECTDATA" is of type "4", that's like an integer.

I've make the SAME command in a java program very simple, to do the same
request of the same table TURBINE_USER. And in this case, the type of
the record "OBJECTDATA" is in the good values, that is "-3" (Varbinary).

So, if someone can suggest me where to search??

Thank's .

I'm replying on this list, because it seem to be more adequate.


-- 
 �Big boss, est-ce que le firewall kille le Supersedes ? �
 En fran�ais pour MB: �Chef, est ce que le coupe-feu est �tanche au 
 "change pas de main, je sens que �a vient" ? � 
 -+- JCR in: Guide du Cabaliste Usenet - Usenet est-il inflammable ? -+-

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to