Subject Re: [firebird-support] Insert into DAtabase from BLOB file
Author Helen Borrie
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