Subject I need some help....thanks
Author otisanduni
I have an application in IBObjects - we utilize one Transaction with
AutoCommit set to True. When the application executes on a local
database (Interbase 6) there is everything works fine. When the
application executes using the server database the application will
hang up on the table POST command. It appears that it is haning up
trying to get

function TIB_Statement.GetPdbHandle: pisc_db_handle;
begin
if Assigned( IB_Connection ) then
Result := IB_Connection.PdbHandle
else
Result := nil;
end;

Does anyone have any suggestions. It doesn't make any logical sense.
Any help would be greatly appreaciated.

Thanks