Subject | Re: [firebird-support] Insert into DAtabase from BLOB file |
---|---|
Author | Sándor Tamás |
Post date | 2005-07-27T10:10:23Z |
I mean, if I extract datas from a table with some program, it stores the
datas in a text-like file, and another binary file to store binary (blod)
datas. But what,if I have some pictures, and I want to insert them into a
database. How shall I make this binary file, and how can I find those IDs?
datas in a text-like file, and another binary file to store binary (blod)
datas. But what,if I have some pictures, and I want to insert them into a
database. How shall I make this binary file, and how can I find those IDs?
----- Original Message -----
From: Helen Borrie
To: firebird-support@yahoogroups.com
Sent: Wednesday, July 27, 2005 11:55 AM
Subject: Re: [firebird-support] Insert into DAtabase from BLOB file
At 11:36 AM 27/07/2005 +0200, you wrote:
>I have a question:
>
>I want to insert from a Blob file into a table.
>I know, I can do this with ":h00000:00001" format, but what are these
>numbers for, and how can I compute it?
It looks like a Blob id - the unique identifier that the engine creates for
each blob when it stores it. It is created and used by the engine, not
computed or manipulated by programmers. It's a mix of data items that are
meaningful only to the engine's inventory system.
>Maybe it's a silly question, but I need an answer.
First, explain what you mean by "a Blob file".
./heLen