Re: String extraction from blobs. Extracted string to be placedinto field within another table.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

On 10/19/2002 11:13 PM, Dwalker wrote:
> What is the most effective method of extracting from a blob specified 
> text to be placed into another table field.

If you use Metabase it allows you to create prepared queries where you 
can pipe data from blob returned by a select query to a blob to be 
updated or inserted by another query, with minimal memory usage, thus 
allowing to manipulate large sized blobs.

Metabase is a database independent abstraction layer so it works with 
many supported databases:

http://www.phpclasses.org/metabase

-- 

Regards,
Manuel Lemos


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux