Subject | Re: [IBO] Invalid handle |
---|---|
Author | Nando Dessena |
Post date | 2001-11-21T07:36:31Z |
Jason et al,
TIB_Connection.SysUpdateCharacteristics provides a workaround:
AddInfoItem( isc_info_allocation );
AddInfoItem( isc_info_db_size_in_pages );
(I'd leave the statement FCharacteristics.dbSizeInPages := 0; in place).
I have seen that the thing connects without complaints, but I don't know
what all else will cease operating normally with this change.
I haven't checked the Firebird code for changed constant values.
I must say that I prefer one of the other two known workarounds (turning
forced writes off or using a previous beta) until a patch to RC1 is out.
Ciao
--
____
_/\/ando
> If you figure out which ones tell us and then we can do a temp hackjust in case anyone is interested, commenting the following lines in
> of IBO to get around this problem.
TIB_Connection.SysUpdateCharacteristics provides a workaround:
AddInfoItem( isc_info_allocation );
AddInfoItem( isc_info_db_size_in_pages );
(I'd leave the statement FCharacteristics.dbSizeInPages := 0; in place).
I have seen that the thing connects without complaints, but I don't know
what all else will cease operating normally with this change.
I haven't checked the Firebird code for changed constant values.
I must say that I prefer one of the other two known workarounds (turning
forced writes off or using a previous beta) until a patch to RC1 is out.
Ciao
--
____
_/\/ando