Subject | Re: Blob Field |
---|---|
Author | Didier Gasser-Morlay <Didiergm@nordnet.f |
Post date | 2003-01-06T10:02:47Z |
HeLen,
as for PHP, you can have a look at adodb (php.weblogs.com/ADODB) they
do have a support for blobs, although I have not tested it for Firebird.
Talking of which, has anyone heard of any attempt to have a PHP driver
for Firebird, with upcoming 1.5 & 2 releases while Borland is going to
7 chances are the 2 will diverge & this is way beyond my skills to try
& modify the interbase driver :(
Didier
as for PHP, you can have a look at adodb (php.weblogs.com/ADODB) they
do have a support for blobs, although I have not tested it for Firebird.
Talking of which, has anyone heard of any attempt to have a PHP driver
for Firebird, with upcoming 1.5 & 2 releases while Borland is going to
7 chances are the 2 will diverge & this is way beyond my skills to try
& modify the interbase driver :(
Didier
--- In ib-support@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 02:45 PM 6/01/2003 +0700, you wrote:
> > > >
> > > > It mean we can't insert binary data (i.e BMP File) using isql?
> > >
> > > AFAIK correct, you can't do this with isql.
> >
> >Ooo, I see. But how to do that if we don't use Delphi. I wonder, how
> >Delphi do that?
>
> Just as Delphi does all things to do with Fb/IB - via the API.
>
>
> >Are there any references that explain how to insert binary data with
> >programming language other than delphi (i.e. c++, PHP)
>
> Yes, the API Guide.
>
> I was trying to find out whether PHP has implemented anything for
blobs,
> but would need to look further.
>
> Python 's second-generation database API can handle
> blobs. http://sourceforge.net/projects/kinterbasdb/ is the home of a
> Python DB-API 2.0 module for Firebird and InterBase.
>
> C++ programmers use the API or, in the case of C++Builder, they can
use the
> Delphi components.
>
> Firebird's Jaybird (Java) interface implements blobs also.
>
> heLen