ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IB.pas
(Generate patch)

Comparing ibx/trunk/runtime/IB.pas (file contents):
Revision 20 by tony, Sat Dec 28 19:22:24 2013 UTC vs.
Revision 21 by tony, Thu Feb 26 10:33:34 2015 UTC

# Line 187 | Line 187 | type
187      ibxeTPBConstantUnknownEx,
188      ibxeSV5APIError,
189      ibxeThreadFailed,
190 <    ibxeFieldSizeError
190 >    ibxeFieldSizeError,
191 >    ibxTransactionNotEnding
192      );
193  
194    TStatusVector              = array[0..19] of ISC_STATUS;
# Line 197 | Line 198 | type
198   const
199    IBPalette1 = 'Firebird'; {do not localize}
200    IBPalette2 = 'Firebird Admin'; {do not localize}
201 +  IBPalette3 = 'Firebird Data Controls';   {do not localize}
202  
203    IBLocalBufferLength = 512;
204    IBBigLocalBufferLength = IBLocalBufferLength * 2;
# Line 321 | Line 323 | const
323      STPBConstantUnknownEx,
324      SSV5APIError,
325      SThreadFailed,
326 <    SFieldSizeError
326 >    SFieldSizeError,
327 >    STransactionNotEnding
328    );
329  
330   var
# Line 511 | Line 514 | begin
514   end;
515  
516   initialization
517 < //  IsMultiThread := True;
517 > // IsMultiThread := True;
518    InitCriticalSection(IBCS);
519    IBDataBaseErrorMessages := [ShowSQLMessage, ShowIBMessage];
520  
521   finalization
522    DoneCriticalSection(IBCS);
523  
524 < end.
524 > end.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines