elmasacretum
New Member
Hi,
I'm trying to insert data from a progress program to an external database.
The field I'm refering has a BLOB type. But it seems that the Carriage Returns are not accepted. (the external DB works with sql).
I've tried CHR(10) , \r and \x0d but nothing seems to work.
(The blob field shows an | when I use CHR(10) ).
Could anyone help me with this problem?
thnx
I'm trying to insert data from a progress program to an external database.
The field I'm refering has a BLOB type. But it seems that the Carriage Returns are not accepted. (the external DB works with sql).
I've tried CHR(10) , \r and \x0d but nothing seems to work.
(The blob field shows an | when I use CHR(10) ).
Could anyone help me with this problem?
thnx