Subject | Non - printable characters in Stored Procedures |
---|---|
Author | Tim Ledgerwood |
Post date | 2003-11-05T06:08:07Z |
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]
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]