Subject Re: [IBO] ISC error message
Author Bert Neef
Hi,

> > I am trying to get IBObjects to work with firebird (1.0.0.338 beta
> > 2). I can connect to the database but when I try to prepare a
> > correct sql statement in a TIB_DSQL I get the following error : "ISC
> > Error code: 335544328 ISC Error message: Invalid BLOB handle".
>
>Given what you have already discussed with Helen (that you are getting
>a blob error when no blob should be involved), can you please give us
>the callstack that occurs with this error.#
here it is:
TIB_SessionBase.HandleException($C83E84)
ConvertDB('C:\old_data\old_db.dat')
ConvertDBs('C:\old_data')
Tform1.Button1Click(???)
converter

>PS. Please also mention the IBO and Delphi/BCB version you are using.
IBO 4.2 Fn
Delphi 5.0 professional (update pack 1)

Bert