Subject | RE: [ib-support] Blob Field |
---|---|
Author | Helen Borrie |
Post date | 2003-01-06T08:05:05Z |
At 02:45 PM 6/01/2003 +0700, you wrote:
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
> > >Just as Delphi does all things to do with Fb/IB - via the API.
> > > 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?
>Are there any references that explain how to insert binary data withYes, the API Guide.
>programming language other than delphi (i.e. c++, PHP)
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