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

Comparing ibx/trunk/runtime/IBXConst.pas (file contents):
Revision 26 by tony, Sat Mar 14 10:44:03 2015 UTC vs.
Revision 27 by tony, Tue Apr 14 13:10:23 2015 UTC

# Line 126 | Line 126 | resourcestring
126    SCircularDataLink = 'Circular DataLink Reference';
127    SEmptySQLStatement = 'Empty SQL Statement';
128    SIsASelectStatement = 'use Open for a Select Statement';
129 <  SRequiredParamNotSet = 'Required Param value not set';
129 >  SRequiredParamNotSet = 'Required parameter "%s" value not set';
130    SNoStoredProcName = 'No Stored Procedure Name assigned';
131    SIsAExecuteProcedure = 'use ExecProc for Procedure; use TQuery for Select procedures';
132    SUpdateFailed = 'Update Failed';
# Line 174 | Line 174 | resourcestring
174    SInvalidOnErrorResult = 'Unexpected onError return value';
175    SInvalidOnStatusResult = 'Unexpected onStatus return value';
176  
177 <  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.2.2';
177 >  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.2.3';
178    SEditSQL = 'Edit SQL';
179    SIBSQLEditor = 'IBSQL Editor';
180    SIBServiceEditor = 'Edit IB Service';
# Line 184 | Line 184 | resourcestring
184    SThreadFailed = '%s Thread failed with Exception: %s';
185    sFieldSizeError = 'Field %s is too small to receive the data';
186    STransactionNotEnding = 'Transaction is not being completed';
187 +  SDscInfoTokenMissing = '%s token not found';
188  
189   implementation
190  
191   end.
192 <
192 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines