problem on inserting special symbols [message #101851] |
Tue, 30 October 2001 21:13 |
sudhir
Messages: 20 Registered: November 2000
|
Junior Member |
|
|
i am looking to insert mathmatical symbols into oracle table . can u give me sugession for this
thanking u
Sudhir
----------------------------------------------------------------------
|
|
|
Re: problem on inserting special symbols [message #101854 is a reply to message #101851] |
Wed, 31 October 2001 10:03 |
oraboy
Messages: 97 Registered: October 2001
|
Member |
|
|
get the ascii value and use CHR(asciicode) for non_printable chrs
and for mathematical symbols I guess most of them are printable..you can use within codes as a string without any problem
Regards
oraboy
----------------------------------------------------------------------
|
|
|