Subject | RE: [IBO] Inserting text content into a BLOB field via a script |
---|---|
Author | Dmitry Beloshistov |
Post date | 2010-10-04T07:18:18Z |
Hi!
Try this:
Insert into mytable(myblob)
Values ('This is text
In
One or
More
Lines');
WBR, Dmitry Beloshistov AKA [-=BDS=-]
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Ed Dressel
Sent: Saturday, October 02, 2010 11:01 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Inserting text content into a BLOB field via a script
I need to write a script that inserts text (include special characters, eg #13) into a blob field. How can that be achieved?
Ed Dressel
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5500 (20101003) __________
The message was checked by ESET NOD32 Antivirus.
http://www.esetnod32.ru/.ml
[Non-text portions of this message have been removed]
Try this:
Insert into mytable(myblob)
Values ('This is text
In
One or
More
Lines');
WBR, Dmitry Beloshistov AKA [-=BDS=-]
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Ed Dressel
Sent: Saturday, October 02, 2010 11:01 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Inserting text content into a BLOB field via a script
I need to write a script that inserts text (include special characters, eg #13) into a blob field. How can that be achieved?
Ed Dressel
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5500 (20101003) __________
The message was checked by ESET NOD32 Antivirus.
http://www.esetnod32.ru/.ml
[Non-text portions of this message have been removed]