Subject Re: [IBO] Saving PDFs to database
Author Helen Borrie
At 04:59 PM 31/01/2007, you wrote:
>Greetings,
>Is there any code out there to show the most efficient way to save a pdf or
>image file to a table?

Not that I know of, but it is pretty basic Delphi stuff. Use
LoadFromFile to load the file into a TMemoryStream and then assign
that stream to the TIB_ColumnBlob (Look at TIB_ColumnBlob's Assign method).

Helen