Re: Perl DBI and BLOBs - random access ?
No, the MySQL API does not support random access to the BLOB field.
You can get around this by using CONCAT() and SUBSTRING() to append data and retrieve partial data from the field, but obviously this isn't quite as seamless as a random-access API for BLOB fields would be.
Jim Winstead
MySQL/Sun
Subject
Written By
Posted
Re: Perl DBI and BLOBs - random access ?
July 27, 2006 01:31PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.