Subject Non - printable characters in Stored Procedures
Author Tim Ledgerwood
Hi all,

How would I write a query or a stored procedure to insert non - printable
characters in a table?

For example, say I had a table defined as follows :

CREATE TABLE MYTABLE
(
MYNAME CHAR(32),
EOL CHAR(2)
)

How would I write a trigger or stored procedure to insert a CRLF (Ascii 13
Ascii 10) into the EOL field?

Thanks

Tim


[Non-text portions of this message have been removed]