Search found 2 matches

by teimue
30.04.2013, 14:24
Forum: ZeosLib 7.0 Stable Forum
Topic: Bug in TZInterbase6DatabaseMetadata.UncachedGetColumns ?
Replies: 0
Views: 512

Bug in TZInterbase6DatabaseMetadata.UncachedGetColumns ?

Hi everyone, I'm writing a console app on Delphi2007 and Firebird2.5 and I got an error if I try to open a Query. At a specific row I got an exception that the resultset is not updateable. But the example ZSimple works on the same table !? I searched for the reason and found this: the TZInterbase6Da...
by teimue
24.02.2010, 16:09
Forum: Firebird
Topic: Error on StoredProcedure with resultset on Close
Replies: 0
Views: 436

Error on StoredProcedure with resultset on Close

Hello, I'm using Delphi5 and Delphi2007 + Firebird2.1 + ZEOS6.6.6 Stable I have a DLL written in Delphi2007 that makes a call of a stored procedure with resultset with dm.zspGETLCIDSTRING do begin //close;//this position doesn't work ParamByName('LCID').AsInteger := ALCID; ParamByName('IDSTRING').As...