M
Mike P
I'm trying to encrypt a string into ASCII, and it seems to encrypt fine,
but when I write it to my SQL Server database all the ASCII chars
between 128-159 and 191-255 are replaced with the ? symbol. I know that
ASCII values 128-159 aren't supported by Windows and 191-255 are
non-English characters, but I've never had a problem with these
characters before when encrypting stuff in VB6.
Can anybody help me out with this?
Cheers,
Mike
but when I write it to my SQL Server database all the ASCII chars
between 128-159 and 191-255 are replaced with the ? symbol. I know that
ASCII values 128-159 aren't supported by Windows and 191-255 are
non-English characters, but I've never had a problem with these
characters before when encrypting stuff in VB6.
Can anybody help me out with this?
Cheers,
Mike