home *** CD-ROM | disk | FTP | other *** search
- unit Ado25Consts;
-
- interface
-
- const
- emNoConnection = 'Property Connection is not set';
- emNoConnectionActive = 'Connection is not active';
- emNoRecordset = 'Property Recordset is not set';
- emNoRecordsetActive = 'Recordset is not active';
- emNoSource = 'Property Source is not set';
- emNoStoredProcedures = 'Unable to locate information for stored procedure';
- emNoTables = 'Unable to locate information for tables';
- emNoFields = 'No fields';
- emNoField = 'No field';
- emAddField = 'Adding fields is not supported';
- emInsertField = 'Inserting fields is not supported';
- emDeleteField = 'Deleting fields is not supported';
- emInvalidFilter = 'Invalid filter criteria';
- emInvalidFilterMaster = 'When recordset work in master-detail mode filter must be a string variable';
- emNoMasterRecordset = 'Property MasterRecordset is not set';
- emNoMasterSource = 'Property MasterDataset.Source is not set';
-
- implementation
-
- end.
-