Hi,
I'm having this problem "unterminated quoted string literal"
when I tried to do a select from my database.
SELECT sn from db_cert WHERE sn = '02'and iHash = '3�D�\177��]5\003R\215�\0355\200����';
where sn is a char16 and iHash is a varchar of 20 bytes.
iHash is an attribute which contains some hash value.
The hex value of iHash is:
0x33 0xbc 0x44 0xc8 0x7f 0xb5 0xaa 0x5d 0x35 0x03
0x52 0x8d 0xef 0x1d 0x35 0x80 0xbf 0xff
0xeb 0xed
Can anyone help me on this one?
Nancy
- ----- End Included Message -----
------------------------------