1. byte[] & Oracle forum.hibernate.org |
2. ORACLE SQLSERVER BYTE[] forum.hibernate.orgHello I am having problem when moving the code from ORACLE to SQL SERVER. I mapped the byte [] to BLOB by using the custom type in ORACLE. It worked fine. I moved the code to work with sqlserver and now I have IMAGE as the column type in SQL SERVER 7.0. When i execute the code i get an exception. ... |
3. How to store a byte into an oracle table forum.hibernate.orgWe have defined a field as RAW(1) in Oracle. Need to store 0x00 to 0xff into it. Using: |