Subject | Inserting CR/LF to a string using ISQL |
---|---|
Author | diwic2 |
Post date | 2004-03-24T09:10:36Z |
How do I insert linebreaks into a string with ISQL?
I'm looking for something like this:
insert into foo (test) values ("Hello"+#13#10+"world")
...but I don't know the exact syntax, if it is possible at all? Is it
also possible to insert binary fields into varchars and blobs, encoded
into hex, base64 or something similar?
// David
I'm looking for something like this:
insert into foo (test) values ("Hello"+#13#10+"world")
...but I don't know the exact syntax, if it is possible at all? Is it
also possible to insert binary fields into varchars and blobs, encoded
into hex, base64 or something similar?
// David