.../acl/ adodb/ adodb. inc.php

Summary
that is run against a single table and sql should only be a simple select stmt with no groupby/orderby/limit
that is run against a single table.
Usage to update a $blobvalue which has a primary key blob_id=1 into a field blobtable.blobcolumn:

This function should only be used on a recordset

that is run against a single table and sql should only be a simple select stmt with no groupby/orderby/limit

”Jonathan Younger” jyou.nosp@m.nger@unila.nosp@m.b.com

This function should only be used on a recordset

that is run against a single table.

$blobtype supports ‘BLOB’ and ‘CLOB’, default is BLOB of course.

Usage to update a $blobvalue which has a primary key blob_id=1 into a field blobtable.blobcolumn:

UpdateBlob(‘blobtable’, ‘blobcolumn’, $blobvalue, ‘blob_id=1’);

Insert example

$conn->Execute(‘INSERT INTO blobtable (id, blobcol) VALUES (1, null)’); $conn->UpdateBlob(‘blobtable’,’blobcol’,$blob,’id=1’);

phpLens uses a different algorithm and does not use PageExecute().