Re: [PHP-PEAR] DB Binary
[email protected] ("Martin Jansen") Thu, 15 Mar 2001 22:11:23 +0100
| Newsgroups | php.pear |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 15 Mar 2001 22:48:50 +0200, yavor shahpasov wrote:
>I was thinking of wring a DB binary class with extentions for the
>different databases oci8, pgsql, mysql. Would that be usefull.
I suppose you want to write a class to store binary data in
databases? If that's right, I think it might be a really good
idea.
BTW: Do all DBMS which are abstracted by the PEAR DB class support
storing of binary data? (At least I hope so but I'm not totally
sure.)
-Martin