⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 docimessages_english.lang

📁 delphi通过OCI访问ORACLE
💻 LANG
字号:
 {Common}
 sErrUnknownParameterDataType = 'Unknown parameter data type !';
 sErrUnknownDataType = 'Unknown data type !';
 sErrUnknownFieldType = 'Unknown field type !';
 sEmptySQLStatement = 'No SQL statement available.';
 SErrComponentNotActive = '%s ''%s'' is not active !'; 

 {for TOraDB}
 sOraErrSuccessWithInfo = 'Oracle error: OCI success with info.';
 sOraErrNeedData = 'Oracle error: OCI need data.';
 sOraErrNoData = 'Oracle error: OCI no data.';
 sOraErrInvalidHandle = 'Oracle error: OCI invalid handle.';
 sOraErrStillExecute = 'Oracle error: OCI still execute.';
 sOraErrUNKNOWN = 'UNKNOWN ORACLE ERROR!';
 sOraErrLoadLibrary = 'Error load OCI library "%s"!';
 sOraErrBadOCIVersion = 'Bad OCI version [%s].';
 sOraErrOCIVersionInfoAbsent = 'Absent information about version of OCI library';
 sOraErrOCINotInstalled = 'OCI not properly istalled on this machine';
 sOraErrCannotGetFunctions = 'Error in initialization OCI libriary: Cannot get next functions: %s';
 sOraErrLogin = 'Cannot connect to server ''%s ''';
 sOraErrDatabaseNotActive = 'Database is not active !';

 {for TAOraSQL}
 sErrDatabaseNotAssigned = 'Database is not assigned.';
 sErrNotSelectStatement = 'Do not SELECT - statement! Use ExecSQL method instead of Open.';
 sErrFetchCountTooBig = 'The FetchCount value ( %d ) is out of bounds, should be between 1 and 32767!';
 sErrCannotSetFetchCount = 'Cannot set the FetchCount property because Prepare was called!';
 sErrMissingParamName = 'The param name is missing!';
 sErrFirstNotAllowedUni = 'First method call not allowed when UniDirectional is True!';

 {for TDataSetQuery}
 sErrOffsetOutOfBounds = 'Offset out of bounds !';

 {for ASataSet}
 SErrParamDataTypeMismatch = 'Type mismatch for parameter ''%s'', expecting: %s actual: %s';
 SErrFieldTypeMismatch = 'Type mismatch for field ''%s'', expecting: %s actual: %s';
 SErrRecordNotLoaded = 'Record %d not loaded !';
 SErrRecordNotFound = 'Record with index %d not found !';

 {for AOraUpdateSQLEd}
 sSQLDataSetOpen = 'Unable to determine field names for %s';
 sUpdateSQLEditor = '&%s Editor...';
 sNoDataSet = 'No dataset association';
 sSQLGenSelect = 'Must select at least one key field and one update field';
 sSQLNotGenerated = 'Update SQL statements not generated, exit anyway?';


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -