RE: [PHP-DB] Problem with insert BLOB into Oracle

2006-10-05 Thread Vincent DUPONT
Subject: [PHP-DB] Problem with insert BLOB into Oracle Hi, I have problem with inserting into BLOB field in Oracle 10: insert into some_table(DESC) values ( '$txt') The DESC field type is "LONG RAW" The $txt variable contains large text, whitch is extracted from another table

[PHP-DB] Problem with insert BLOB into Oracle

2006-10-05 Thread Rosen
Hi, I have problem with inserting into BLOB field in Oracle 10: insert into some_table(DESC) values ( '$txt') The DESC field type is "LONG RAW" The $txt variable contains large text, whitch is extracted from another table field with same type. When I read field DESC and print it, there is