Change ASCII code

figtree2k

New member
Joined
Oct 30, 2006
Messages
1
Programming Experience
Beginner
Hi,
I Use Vb.NET2003, I have a table in the access database.
How to change the ASCII code of all the records' letter in that table?
forexample,


Select Case (uni_code)
Case 1025
ascii_code = 168
Case 1028
ascii_code = 170
Case 1256
......

Give me detailed info, Please
 
Back
Top