ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/client/FBMessages.pas
(Generate patch)

Comparing:
ibx/trunk/fbintf/client/FBMessages.pas (file contents), Revision 103 by tony, Thu Jan 18 14:37:26 2018 UTC vs.
ibx/branches/journaling/fbintf/client/FBMessages.pas (file contents), Revision 362 by tony, Tue Dec 7 13:27:39 2021 UTC

# Line 60 | Line 60
60   {                                                                        }
61   {************************************************************************}
62   unit FBMessages;
63 < {$IFDEF MSWINDOWS}
64 < {$DEFINE WINDOWS}
63 > {$IFDEF MSWINDOWS}
64 > {$DEFINE WINDOWS}
65   {$ENDIF}
66  
67   {$IFDEF FPC}
# Line 75 | Line 75 | uses
75    Classes, SysUtils;
76  
77   type
78  TIBDataBaseErrorMessage    = (ShowSQLCode,
79                                  ShowIBMessage,
80                                  ShowSQLMessage);
81
82  TIBDataBaseErrorMessages   = set of TIBDataBaseErrorMessage;
78    TIBClientError            = (
84      ibxeUnknownError,
79        ibxeInterBaseMissing,
86      ibxeInterBaseInstallMissing,
80        ibxeIB60feature,
81        ibxeNotSupported,
82        ibxeNotPermitted,
90      ibxeFileAccessError,
91      ibxeConnectionTimeout,
92      ibxeCannotSetDatabase,
93      ibxeCannotSetTransaction,
94      ibxeOperationCancelled,
95      ibxeDPBConstantNotSupported,
96      ibxeDPBConstantUnknown,
97      ibxeTPBConstantNotSupported,
98      ibxeTPBConstantUnknown,
83        ibxeDatabaseClosed,
100      ibxeDatabaseOpen,
101      ibxeDatabaseNameMissing,
84        ibxeNotInTransaction,
103      ibxeInTransaction,
104      ibxeTimeoutNegative,
105      ibxeNoDatabasesInTransaction,
106      ibxeUpdateWrongDB,
107      ibxeUpdateWrongTR,
108      ibxeDatabaseNotAssigned,
85        ibxeTransactionNotAssigned,
110      ibxeXSQLDAIndexOutOfRange,
111      ibxeXSQLDANameDoesNotExist,
86        ibxeEOF,
87        ibxeBOF,
88        ibxeInvalidStatementHandle,
115      ibxeSQLOpen,
89        ibxeSQLClosed,
117      ibxeDatasetOpen,
118      ibxeDatasetClosed,
90        ibxeUnknownSQLDataType,
91        ibxeInvalidColumnIndex,
121      ibxeInvalidParamColumnIndex,
92        ibxeInvalidDataConversion,
123      ibxeColumnIsNotNullable,
93        ibxeBlobCannotBeRead,
94        ibxeBlobCannotBeWritten,
95        ibxeBlobNotOpen,
96        ibxeEmptyQuery,
128      ibxeCannotOpenNonSQLSelect,
129      ibxeNoFieldAccess,
130      ibxeFieldReadOnly,
97        ibxeFieldNotFound,
132      ibxeNotEditing,
133      ibxeCannotInsert,
134      ibxeCannotPost,
135      ibxeCannotUpdate,
136      ibxeCannotDelete,
137      ibxeCannotRefresh,
138      ibxeBufferNotSet,
139      ibxeCircularReference,
98        ibxeSQLParseError,
141      ibxeUserAbort,
142      ibxeDataSetUniDirectional,
143      ibxeCannotCreateSharedResource,
144      ibxeWindowsAPIError,
145      ibxeColumnListsDontMatch,
146      ibxeColumnTypesDontMatch,
147      ibxeCantEndSharedTransaction,
148      ibxeFieldUnsupportedType,
149      ibxeCircularDataLink,
150      ibxeEmptySQLStatement,
99        ibxeIsASelectStatement,
152      ibxeRequiredParamNotSet,
153      ibxeNoStoredProcName,
100        ibxeIsAExecuteProcedure,
155      ibxeUpdateFailed,
156      ibxeNotCachedUpdates,
157      ibxeNotLiveRequest,
158      ibxeNoProvider,
159      ibxeNoRecordsAffected,
160      ibxeNoTableName,
161      ibxeCannotCreatePrimaryIndex,
162      ibxeCannotDropSystemIndex,
163      ibxeTableNameMismatch,
164      ibxeIndexFieldMissing,
165      ibxeInvalidCancellation,
166      ibxeInvalidEvent,
101        ibxeMaximumEvents,
168      ibxeNoEventsRegistered,
169      ibxeInvalidQueueing,
170      ibxeInvalidRegistration,
171      ibxeInvalidBatchMove,
172      ibxeSQLDialectInvalid,
173      ibxeSPBConstantNotSupported,
174      ibxeSPBConstantUnknown,
102        ibxeServiceActive,
103        ibxeServiceInActive,
104        ibxeServerNameMissing,
178      ibxeQueryParamsError,
179      ibxeStartParamsError,
105        ibxeOutputParsingError,
181      ibxeUseSpecificProcedures,
182      ibxeSQLMonitorAlreadyPresent,
183      ibxeCantPrintValue,
184      ibxeEOFReached,
185      ibxeEOFInComment,
186      ibxeEOFInString,
187      ibxeParamNameExpected,
188      ibxeSuccess,
189      ibxeDelphiException,
190      ibxeNoOptionsSet,
191      ibxeNoDestinationDirectory,
192      ibxeNosourceDirectory,
193      ibxeNoUninstallFile,
194      ibxeOptionNeedsClient,
195      ibxeOptionNeedsServer,
196      ibxeInvalidOption,
197      ibxeInvalidOnErrorResult,
198      ibxeInvalidOnStatusResult,
199      ibxeDPBConstantUnknownEx,
200      ibxeTPBConstantUnknownEx,
201      ibxeSV5APIError,
202      ibxeThreadFailed,
203      ibxeFieldSizeError,
204      ibxeTransactionNotEnding,
205      ibxeDscInfoTokenMissing,
206      ibxeNoLoginDialog,
106        ibxeEmptyAttachmentsList,
208      ibxeFirebirdLibraryLoaded,
209      ibxeInfoBufferIndexError,
107        ibxeInfoBufferTypeError,
211      ibxeInfoBufferOverflow,
108        ibxServiceRequestIndexError,
109        ibxServiceParamTypeError,
110        ibxeOutputBlockIndexError,
# Line 226 | Line 122 | type
122        ibxArrayBoundsCantIncrease ,
123        ibxeStatementNotPrepared,
124        ibxeInterfaceOutofDate,
229      ibxeUnexpectedDatabaseInfoResp,
125        ibxeInvalidBlobMetaData,
126        ibxeNoDPB,
127        ibxeInEventWait,
# Line 234 | Line 129 | type
129        ibxeMissingColumnName,
130        ibxStringTooLong,
131        ibxFieldNotinDataSet,
237      ibxeNotCurrentArray,
132        ibxeNoDefaultCharacterSet,
133        ibxeParamBufferOverflow,
134        ibxeInvalidParamCount,
135        ibxeInvalidVariantType,
242      ibxeServiceRunning,
243      ibxeUniqueRelationReqd,
136        ibxeInterfaceNotSupported,
137        ibxeCharacterSetExists,
138        ibxeUnknownUserCharSet,
139        ibxeUninitializedInputParameter,
140 <      ibxeNegativeGenerator
140 >      ibxeMultiThreadRequired,
141 >      ibxeTokenQueueOverflow,
142 >      ibxeTokenQueueUnderflow,
143 >      ibxErrorParsing,
144 >      ibxeDLInfoError,
145 >      ibxeDifferentAPIs,
146 >      ibxeInvalidDateTimeStr,
147 >      ibxeBadTimeZoneID,
148 >      ibxeBadBCDConversion,
149 >      ibxeBadTimeZoneName,
150 >      ibxeTimeZoneUnknown,
151 >      ibxeBadTimeSpecification,
152 >      ibxeBCDTooBig,
153 >      ibxeInvalidTimeZoneID,
154 >      ibxeBadTimestampOrNoTimeZoneDBEntry,
155 >      ibxeBCDOverflow,
156 >      ibxeNoTimezoneSupport,
157 >      ibxeDecFloatNotSupported,
158 >      ibxeInt128NotSupported,
159 >      ibxeUnknownParamTypeName,
160 >      ibxInvalidQueryAction,
161 >      ibxeSQLTypeUnchangeable,
162 >      ibxeCannotIncreaseMetadatasize,
163 >      ibxeBatchModeNotSupported,
164 >      ibxeNotInBatchMode,
165 >      ibxeInBatchMode,
166 >      ibxeInvalidBatchQuery,
167 >      ibxeBatchRowBufferOverflow,
168 >      ibxeBatchBufferSizeTooBig,
169 >      ibxeNoScrollableCursors
170        );
171  
172   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;
173  
174 + {IBError is used internally and by IBX to throw an EIBClientError}
175 +
176 + procedure IBError(ErrMess: TIBClientError; const Args: array of const);
177 +
178   resourcestring
179    { generic strings used in code }
255  SEOFReached = 'SEOFReached';
256  SEOFInComment = 'EOF in comment detected';
257  SEOFInString = 'EOF in string detected';
180    SParamNameExpected = 'Parameter name expected';
259  SCantPrintValue = 'Cannot print value';
260  SSuccess = 'Successful execution';
261  SDisconnectDatabase = 'Database is currently connected. Disconnect and continue?';
262  SCommitTransaction = 'Transaction is currently Active. Rollback and continue?';
181    sSQLErrorSeparator = ' When Executing: ';
264  SNoDataSet = 'No dataset association';
265  SSQLGenSelect = 'Must select at least one key field and one update field';
266  SSQLNotGenerated = 'Update SQL statements not generated, exit anyway?';
267  SSQLDataSetOpen = 'Unable to determine field names for %s';
268  SDefaultTransaction = '%s, Default';
182    SFirebirdAPIFuncNotFound = 'Unable to load Firebird Client Library Function "%s"';
270  SDatabaseFilter = 'Database Files (*.fdb; *.gdb)|*.gdb; *.fdb|All files (*.*)|*.*';
183    STrue = 'true';
184    SFalse = 'false';
185    SArray = '(array)';
186 <  SBlob = '(blob)';
186 >  SBatchCompletionError = 'Error Processing update/insert batch on row number %d - ';
187  
188   implementation
189  
190 < uses IBUtils;
190 > uses IBUtils, IB;
191  
192   resourcestring
193  
194   { strings used in error messages}
283  SUnknownError = 'Unknown error';
195    SInterBaseMissing = 'Firebird library not found in the path. Please install Firebird to use this functionality';
285  SInterBaseInstallMissing = 'InterBase Install DLL ibinstall.dll not found in the path. Please install InterBase 6 to use this functionality';
196    SIB60feature = '%s is an InterBase 6 function. Please upgrade to InterBase 6 to use this functonality';
197    SNotSupported = 'Unsupported feature';
198    SNotPermitted = 'Not permitted';
289  SFileAccessError = 'Temporary file access error';
290  SConnectionTimeout = 'Database connection timed out';
291  SCannotSetDatabase = 'Cannot set database';
292  SCannotSetTransaction = 'Cannot set transaction';
293  SOperationCancelled = 'Operation cancelled at user''s request';
294  SDPBConstantNotSupported = 'DPB Constant (isc_dpb_%s) is unsupported';
295  SDPBConstantUnknown = 'DPB Constant (%d) is unknown';
296  STPBConstantNotSupported = 'TPB Constant (isc_tpb_%s) is unsupported';
297  STPBConstantUnknown = 'TPB Constant (%d) is unknown';
199    SDatabaseClosed = 'Cannot perform operation -- DB is not open';
299  SDatabaseOpen = 'Cannot perform operation -- DB is currently open';
300  SDatabaseNameMissing = 'Database name is missing';
200    SNotInTransaction = 'Transaction is not active';
302  SInTransaction = 'Transaction is active';
303  STimeoutNegative = 'Timeout values cannot be negative';
304  SNoDatabasesInTransaction = 'No databases are listed in transaction component';
305  SUpdateWrongDB = 'Updating wrong database';
306  SUpdateWrongTR = 'Updating wrong transaction. Unique transaction expected in set';
307  SDatabaseNotAssigned = 'Database not assigned';
201    STransactionNotAssigned = 'Transaction not assigned';
309  SXSQLDAIndexOutOfRange = 'XSQLDA index out of range';
310  SXSQLDANameDoesNotExist = 'XSQLDA name does not exist (%s)';
202    SEOF = 'End of file';
203    SBOF = 'Beginning of file';
204    SInvalidStatementHandle = 'Invalid statement handle';
314  SSQLOpen = 'IBSQL Open';
205    SSQLClosed = 'IBSQL Closed';
316  SDatasetOpen = 'Dataset open';
317  SDatasetClosed = 'Dataset closed';
206    SUnknownSQLDataType = 'Unknown SQL Data type (%d)';
207    SInvalidColumnIndex = 'Invalid column index (index exceeds permitted range)';
208 <  SInvalidParamColumnIndex = 'Invalid parameter index (index exceeds permitted range)';
321 <  SInvalidDataConversion = 'Invalid data conversion';
322 <  SColumnIsNotNullable = 'Column cannot be set to null (%s)';
208 >  SInvalidDataConversion = 'Invalid data conversion from %s';
209    SBlobCannotBeRead = 'Blob stream cannot be read';
210    SBlobCannotBeWritten = 'Blob stream cannot be written';
211    SBlobNotOpen = 'The Blob is not open';
212    SEmptyQuery = 'Empty query';
327  SCannotOpenNonSQLSelect = 'Cannot "open" a non-select statement. Use ExecQuery';
328  SNoFieldAccess = 'No access to field "%s"';
329  SFieldReadOnly = 'Field "%s" is read-only';
213    SFieldNotFound = 'Field "%s" not found';
331  SNotEditing = 'Not in edit mode';
332  SCannotInsert = 'Cannot insert into dataset. (No insert query)';
333  SCannotPost = 'Cannot post. (No update/insert query)';
334  SCannotUpdate = 'Cannot update. (No update query)';
335  SCannotDelete = 'Cannot delete from dataset. (No delete query)';
336  SCannotRefresh = 'Cannot refresh row. (No refresh query)';
337  SBufferNotSet = 'Buffer not set';
338  SCircularReference = 'Circular references not permitted';
214    SSQLParseError = 'SQL Parse Error:' + CRLF + CRLF + '%s';
340  SUserAbort = 'User abort';
341  SDataSetUniDirectional = 'Data set is uni-directional';
342  {$IFDEF UNIX}
343  SCannotCreateSharedResource = 'Cannot create shared resource. %s';
344  {$ELSE}
345  SCannotCreateSharedResource = 'Cannot create shared resource. (Windows error %d)';
346  {$ENDIF}
347  SWindowsAPIError = 'Windows API error. (Windows error %d [$%.8x])';
348  SColumnListsDontMatch = 'Column lists do not match';
349  SColumnTypesDontMatch = 'Column types don''t match. (From index: %d; To index: %d)';
350  SCantEndSharedTransaction = 'Can''t end a shared transaction unless it is forced and equal ' +
351                             'to the transaction''s TimeoutAction';
352  SFieldUnsupportedType = 'Unsupported Field Type';
353  SCircularDataLink = 'Circular DataLink Reference';
354  SEmptySQLStatement = 'Empty SQL Statement';
215    SIsASelectStatement = 'use Open for a Select Statement';
356  SRequiredParamNotSet = 'Required parameter "%s" value not set';
357  SNoStoredProcName = 'No Stored Procedure Name assigned';
216    SIsAExecuteProcedure = 'use ExecProc for Procedure; use TQuery for Select procedures';
359  SUpdateFailed = 'Update Failed';
360  SNotCachedUpdates = 'CachedUpdates not enabled';
361  SNotLiveRequest = 'Request is not live - cannot modify';
362  SNoProvider = 'No Provider';
363  SNoRecordsAffected = 'No Records Affected';
364  SNoTableName = 'No Table Name assigned';
365  SCannotCreatePrimaryIndex = 'Cannot Create Primary Index; are created automatically';
366  SCannotDropSystemIndex = 'Cannot Drop System Index';
367  STableNameMismatch = 'Table Name Mismatch';
368  SIndexFieldMissing = 'Index Field Missing';
369  SInvalidCancellation = 'Cannot Cancel events while processing';
370  SInvalidEvent = 'Invalid Event';
217    SMaximumEvents = 'Exceded Maximum Event limits';
372  SNoEventsRegistered = 'No Events Registered';
373  SInvalidQueueing = 'Invalid Queueing';
374  SInvalidRegistration = 'Invalid Registration';
375  SInvalidBatchMove = 'Invalid Batch Move';
376  SSQLDialectInvalid = 'SQL Dialect Invalid';
377  SSPBConstantNotSupported = 'SPB Constant Not supported';
378  SSPBConstantUnknown = 'SPB Constant Unknown';
218    SServiceActive = 'Cannot perform operation -- service is not attached';
219    SServiceInActive = 'Cannot perform operation -- service is attached';
220    SServerNameMissing = 'Server Name Missing';
221 <  SQueryParamsError = 'Query Parameters missing or incorrect';
383 <  SStartParamsError = 'start Parameters missing or incorrect';
384 <  SOutputParsingError = 'Unexpected Output buffer value (%d)';
385 <  SUseSpecificProcedures = 'Generic ServiceStart not applicable: Use Specific Procedures to set configuration params';
386 <  SSQLMonitorAlreadyPresent = 'SQL Monitor Instance is already present';
387 <  SDelphiException = 'DelphiException %s';
388 <  SNoOptionsSet = 'No Install Options selected';
389 <  SNoDestinationDirectory = 'DestinationDirectory is not set';
390 <  SNosourceDirectory = 'SourceDirectory is not set';
391 <  SNoUninstallFile = 'Uninstall File Name is not set';
392 <  SOptionNeedsClient = '%s component requires Client to function properly';
393 <  SOptionNeedsServer = '%s component requires Server to function properly';
394 <  SInvalidOption = 'Invalid option specified';
395 <  SInvalidOnErrorResult = 'Unexpected onError return value';
396 <  SInvalidOnStatusResult = 'Unexpected onStatus return value';
397 <
398 <  SDPBConstantUnknownEx = 'DPB Constant (%s) is unknown';
399 <  STPBConstantUnknownEx = 'TPB Constant (%s) is unknown';
400 <  SSV5APIError = 'SV5 API API Error - %s';
401 <  SThreadFailed = '%s Thread failed with Exception: %s';
402 <  sFieldSizeError = 'Field %s is too small to receive the data';
403 <  STransactionNotEnding = 'Transaction is not being completed';
404 <  SDscInfoTokenMissing = '%s token not found';
405 <  SNoLoginDialog = 'Default Login Dlalog not found. Have you included ibexpress ' +
406 <                   'in your program uses list?';
221 >  SOutputParsingError = 'Unexpected Output buffer value (%d) - %s';
222    SEmptyAttachmentsList = 'The list of database attachments cannot be empty';
408  SFirebirdLibraryLoaded = 'The Firebird Library is already loaded';
409  SInfoBufferIndexError = 'Info Buffer Index Out of Range (%d)';
223    SInfoBufferTypeError = 'Invalid operation for Info Buffer Type (%d)';
411  SInfoBufferOverflow = 'Info Buffer overlow';
224    SServiceRequestIndexError = 'Service Request Index Out of Range (%d)';
225    SServiceParamTypeError = 'Invalid Request for Service Param Type';
226    SOutputBlockIndexError = 'Output Block Index Out of Range (%d)';
# Line 426 | Line 238 | resourcestring
238    SArrayBoundsCantIncrease = 'Array Bounds can only be narrowed';
239    SStatementNotPrepared = 'The Statement has not been prepared';
240    SInterfaceOutofDate = 'This interface is no longer up-to-date';
429  SUnexpectedDatabaseInfoResp = 'Unexpected Database Information Response';
241    SInvalidBlobMetaData = 'Unable to Access Blob Meta Data';
242    SNoDPB = 'A DPB must be provided';
243    SInEventWait = 'Already in Event Wait State';
# Line 434 | Line 245 | resourcestring
245    SMissingColumnName = 'Relation or Column Name Missing';
246    SStringTooLong = 'String "%s" is too long. Max %d characters';
247    SFieldNotinDataSet = 'Field %s is not a member of DataSet %s';
437  SNotCurrentArray = 'Cannot Edit an Array that is not part of the current record';
248    SNoDefaultCharacterSet = 'A connection default character set is required to perform this operation';
249    SParamBufferOverflow = 'Parameter Buffer Overflow';
250    SInvalidParamCount = 'Invalid Parameter Count. %d expected, %d found';
251    SInvalidVariantType = 'Invalid variant type';
442  SServiceRunning = 'Cannot start a new service while an existing service is running';
443  SUniqueRelationReqd = 'All Output Fields must derived from the same table';
252    SInterfaceNotSupported = 'Interface not supported; Guid %s not found';
253    SCharacterSetExists = 'Character set "%s" is already defined';
254    SUnknownUserCharSet = 'Unknown user character set "%s"';
255    SUninitializedInputParameter = 'SQL Param No. %d (%s) is uninitialised';
256 <  SNegativeGenerator = 'A Generator Increment cannot be negative';
256 >  SMultiThreadRequired = 'Multi-threading required for %s but not enabled. Please recompile with multi-threading support enabled. '+
257 >                         'Hint: you probably need to add -dUseCThreads to the Custom Options.';
258 >  STokenQueueOverflow = 'Error in SQL Token Analyser - token queue overflow';
259 >  STokenQueueUnderflow = 'Error in SQL Token Analyser - token queue underflow';
260 >  SErrorParsing = 'Error parsing SQL Statement at clause starting with %s';
261 >  SDLInfoError = 'dlinfo returned error - %s';
262 >  SDifferentAPIs = 'All transaction attachments must use the same Firebird Library';
263 >  SInvalidDateTimeStr = '%s is not a valid Date/Time string';
264 >  SBadTimeZoneID = 'Invalid Time Zone ID (%d,%d)';
265 >  SBadBCDConversion = 'Conversion to BCD failed';
266 >  SBadTimeZoneName = 'Invalid Time Zone Name "%s"';
267 >  STimeZoneUnknown = 'Time Zone Unknown';
268 >  SBadTimeSpecification = '%d:%d:%d.%d is not a valid time specification';
269 >  SBCDTooBig = 'BCD Precision (%d) is too large for Firebird Data Type max precision (%d)';
270 >  SInvalidTimeZoneID = 'Invalid Time Zone ID (%d)';
271 >  SBadTimestampOrNoTimeZoneDBEntry = 'Bad Timestamp or missing time zone DB entry (%s) TZ ID = %d';
272 >  SBCDOverflow = 'BCD Precision too large for Firebird data type,[%s]';
273 >  SNoTimezoneSupport = 'TIME/TIMESTAMP WITH TIME ZONE data type not supported';
274 >  SDecFloatNotSupported = 'DecFloat Data Type not supported';
275 >  SInt128NotSupported = 'INT128 Data Type not supported';
276 >  SUnknownParamTypeName = '%s:Unknown Param Type Name "%s"';
277 >  SInvalidQueryAction = 'Query Action only valid for an Update or Insert Query';
278 >  SSQLTypeUnchangeable = 'Cannot change SQL Type from %s to %s';
279 >  SCannotIncreaseMetadatasize = 'Cannot increase Metadata size from %d to %d';
280 >  SBatchModeNotSupported = 'Batch Mode is not available. Firebird 4 or later client and server is required';
281 >  SNotInBatchMode = 'Not in Batch Mode - have you called AddToBatch?';
282 >  SInBatchMode = 'Invalid Operation: a Batch is pending';
283 >  SInvalidBatchQuery = 'This query type (%s) cannot be batched';
284 >  SBatchRowBufferOverflow = 'Adding Row No. %d - batch buffer size limit (%d bytes) exceeded';
285 >  SBatchBufferSizeTooBig = 'Requested Batch Buffer Size (%d bytes) exceeds 256MB limit';
286 >  SNoScrollableCursors = 'Scrollable cursors are not supported';
287  
288   const
289    IBErrorMessages: array[TIBClientError] of string = (
452    SUnknownError,
290      SInterBaseMissing,
454    SInterBaseInstallMissing,
291      SIB60feature,
292      SNotSupported,
293      SNotPermitted,
458    SFileAccessError,
459    SConnectionTimeout,
460    SCannotSetDatabase,
461    SCannotSetTransaction,
462    SOperationCancelled,
463    SDPBConstantNotSupported,
464    SDPBConstantUnknown,
465    STPBConstantNotSupported,
466    STPBConstantUnknown,
294      SDatabaseClosed,
468    SDatabaseOpen,
469    SDatabaseNameMissing,
295      SNotInTransaction,
471    SInTransaction,
472    STimeoutNegative,
473    SNoDatabasesInTransaction,
474    SUpdateWrongDB,
475    SUpdateWrongTR,
476    SDatabaseNotAssigned,
296      STransactionNotAssigned,
478    SXSQLDAIndexOutOfRange,
479    SXSQLDANameDoesNotExist,
297      SEOF,
298      SBOF,
299      SInvalidStatementHandle,
483    SSQLOpen,
300      SSQLClosed,
485    SDatasetOpen,
486    SDatasetClosed,
301      SUnknownSQLDataType,
302      SInvalidColumnIndex,
489    SInvalidParamColumnIndex,
303      SInvalidDataConversion,
491    SColumnIsNotNullable,
304      SBlobCannotBeRead,
305      SBlobCannotBeWritten,
306      SBlobNotOpen,
307      SEmptyQuery,
496    SCannotOpenNonSQLSelect,
497    SNoFieldAccess,
498    SFieldReadOnly,
308      SFieldNotFound,
500    SNotEditing,
501    SCannotInsert,
502    SCannotPost,
503    SCannotUpdate,
504    SCannotDelete,
505    SCannotRefresh,
506    SBufferNotSet,
507    SCircularReference,
309      SSQLParseError,
509    SUserAbort,
510    SDataSetUniDirectional,
511    SCannotCreateSharedResource,
512    SWindowsAPIError,
513    SColumnListsDontMatch,
514    SColumnTypesDontMatch,
515    SCantEndSharedTransaction,
516    SFieldUnsupportedType,
517    SCircularDataLink,
518    SEmptySQLStatement,
310      SIsASelectStatement,
520    SRequiredParamNotSet,
521    SNoStoredProcName,
311      SIsAExecuteProcedure,
523    SUpdateFailed,
524    SNotCachedUpdates,
525    SNotLiveRequest,
526    SNoProvider,
527    SNoRecordsAffected,
528    SNoTableName,
529    SCannotCreatePrimaryIndex,
530    SCannotDropSystemIndex,
531    STableNameMismatch,
532    SIndexFieldMissing,
533    SInvalidCancellation,
534    SInvalidEvent,
312      SMaximumEvents,
536    SNoEventsRegistered,
537    SInvalidQueueing,
538    SInvalidRegistration,
539    SInvalidBatchMove,
540    SSQLDialectInvalid,
541    SSPBConstantNotSupported,
542    SSPBConstantUnknown,
313      SServiceActive,
314      SServiceInActive,
315      SServerNameMissing,
546    SQueryParamsError,
547    SStartParamsError,
316      SOutputParsingError,
549    SUseSpecificProcedures,
550    SSQLMonitorAlreadyPresent,
551    SCantPrintValue,
552    SEOFReached,
553    SEOFInComment,
554    SEOFInString,
555    SParamNameExpected,
556    SSuccess,
557    SDelphiException,
558    SNoOptionsSet,
559    SNoDestinationDirectory,
560    SNosourceDirectory,
561    SNoUninstallFile,
562    SOptionNeedsClient,
563    SOptionNeedsServer,
564    SInvalidOption,
565    SInvalidOnErrorResult,
566    SInvalidOnStatusResult,
567    SDPBConstantUnknownEx,
568    STPBConstantUnknownEx,
569    SSV5APIError,
570    SThreadFailed,
571    SFieldSizeError,
572    STransactionNotEnding,
573    SDscInfoTokenMissing,
574    SNoLoginDialog,
317      SEmptyAttachmentsList,
576    SFirebirdLibraryLoaded,
577    SInfoBufferIndexError,
318      SInfoBufferTypeError,
579    SInfoBufferOverflow,
319      SServiceRequestIndexError,
320      SServiceParamTypeError,
321      SOutputBlockIndexError,
# Line 594 | Line 333 | const
333      SArrayBoundsCantIncrease,
334      SStatementNotPrepared,
335      SInterfaceOutofDate,
597    SUnexpectedDatabaseInfoResp,
336      SInvalidBlobMetaData,
337      SNoDPB,
338      SInEventWait,
# Line 602 | Line 340 | const
340      SMissingColumnName,
341      SStringTooLong,
342      SFieldNotinDataSet,
605    SNotCurrentArray,
343      SNoDefaultCharacterSet,
344      SParamBufferOverflow,
345      SInvalidParamCount,
346      SInvalidVariantType,
610    SServiceRunning,
611    SUniqueRelationReqd,
347      SInterfaceNotSupported,
348      SCharacterSetExists,
349      SUnknownUserCharSet,
350      SUninitializedInputParameter,
351 <    SNegativeGenerator
351 >    SMultiThreadRequired,
352 >    STokenQueueOverflow,
353 >    STokenQueueUnderflow,
354 >    SErrorParsing,
355 >    SDLInfoError,
356 >    SDifferentAPIs,
357 >    SInvalidDateTimeStr,
358 >    SBadTimeZoneID,
359 >    SBadBCDConversion,
360 >    SBadTimeZoneName,
361 >    STimeZoneUnknown,
362 >    SBadTimeSpecification,
363 >    SBCDTooBig,
364 >    SInvalidTimeZoneID,
365 >    SBadTimestampOrNoTimeZoneDBEntry,
366 >    SBCDOverflow,
367 >    SNoTimezoneSupport,
368 >    SDecFloatNotSupported,
369 >    SInt128NotSupported,
370 >    SUnknownParamTypeName,
371 >    SInvalidQueryAction,
372 >    SSQLTypeUnchangeable,
373 >    SCannotIncreaseMetadatasize,
374 >    SBatchModeNotSupported,
375 >    SNotInBatchMode,
376 >    SInBatchMode,
377 >    SInvalidBatchQuery,
378 >    SBatchRowBufferOverflow,
379 >    SBatchBufferSizeTooBig,
380 >    SNoScrollableCursors
381    );
382  
383   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;
# Line 621 | Line 385 | begin
385    Result := IBErrorMessages[ErrMess];
386   end;
387  
388 + procedure IBError(ErrMess: TIBClientError; const Args: array of const);
389 + begin
390 +  raise EIBClientError.Create(Ord(ErrMess),
391 +                              Format(GetErrorMessage(ErrMess), Args));
392 + end;
393 +
394 +
395   end.
396  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines