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 no problems, but when try
to insert
I receive an error:"Error: ORA-01465: invalid hex number"
Can someone help ?
Thanks,
Rosen
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php