Menu

#19 Auto fetch blob option

open
nobody
None
5
2007-04-03
2007-04-03
Anonymous
No

Example: I have a table with a blob field that have 4mb, the table have 30 records = 1mb x 100 = 100mb, but I need to fetch only some blobs that some condition.

I using FirebirdSQL with ibase_* php function, and blob I fetch when I need.

It's a usefull ADORecordSet option "AutoFetchBlob", and use ADOConnection->BlobDecode(ADORecordSet->blob_field)
but with ADO firebird/ibase don't work...

Can you improve that...
Thanks

Discussion