How to handle Value of Chr(16) from Oracle Database 10

alammas

New member
Joined
Sep 18, 2010
Messages
4
Programming Experience
Beginner
Hi

My application picks data in datagridview from oracle database 10 and Send SMS through GSMComm, every thing working fine except this record
"Before Enter value  After Enter values"

And Error is "The character '' at position 20 does not exist in the GSM 7-bit default alphabet"

Please Help me

Thanks in advance
 
Strings in vb are unicode.. you'll have to convert it to something ascii so that characters not in a 7bit char set are not attempted
 
Back
Top