You might try a byte[], and if that doesn't work, you may need a custom type handler for them.
Larry On 5/16/07, Andrey Rogov <[EMAIL PROTECTED]> wrote:
Excuse my simple question. I need to adapt my application for the ready-to-use system with the MSSQL server where primary keys are of the binary 16 (guid) type. The list of types that support iBitis For Parameters Map and Resul Maps does not contain Types.BINARY or Types.VARBINARY. Which type shall I install for my set/get primary keys to be able to work with the binary 16 types of MSSQL?
