home *** CD-ROM | disk | FTP | other *** search
- unit AdoConsts;
-
- interface
-
- const
- emNoConnection = 'Property Connection is not set';
- emNoConnectionActive = 'Connection is not active';
- emNoConnectionString = 'Property ConnectionString is not set';
- 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';
- emCommandType = 'Incorect CommandType';
- emNoParameter = 'No Parameter';
- emNoParameters = 'No Parameters';
- emInvalidParameter = 'Invalid Parameter';
- emNoCommandText = 'Property CommandText is not set';
- emCreateParameter = 'Cannot create parameter';
- emAssignFieldValue = 'Cannot assign value to field "%s".'#10'Error: %s.';
- //emAssignFieldValue = 'Nie mo┐na zapisaµ nowej warto£ci pola "%s".'#10'B│╣d: %s.';
- emGetFieldValue = 'Cannot get value from field "%s".'#10'Error: %s.';
- //emGetFieldValue = 'Nie mo┐na odczytaµ warto£ci pola "%s".'#10'B│╣d: %s.';
-
- implementation
-
- end.
-