Sybase ASE 12.5.x for JDBC persistence with SJSMQ or Open Message Queue
Has anyone tried using Sybase ASE for JDBC persistence ?
I know that the steps are outlined in the on-line documentation, but what I find particularly distressing with Sybase's JDBC JConnect drivers is that getBlob() and setBlob() are not supported / implemented ... and you have to use getBinaryStream() and setBinaryStream() instead.
So question is, does the JDBC code in SJSMS or Open Message Queue use getBlob() and / or setBlob() ?
Thanks.

