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

📄 adoconst.pas

📁 多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码
💻 PAS
字号:

{*******************************************************}
{                                                       }
{       Borland Delphi Visual Component Library         }
{                                                       }
{       Copyright (c) 1999 Inprise Corporation          }
{                                                       }
{*******************************************************}

unit ADOConst;

interface

resourcestring
  SInvalidEnumValue = 'Invalid Enum Value';
  SMissingConnection = 'Missing Connection or ConnectionString';
  SNoDetailFilter = 'Filter property cannot be used for detail tables';
  SBookmarksRequired = 'Dataset does not support bookmarks, which are required for multi-record data controls'; 
  SMissingCommandText = 'Missing %s property';
  SNoResultSet = 'CommandText does not return a result set';
  SADOCreateError = 'Error creating object.  Please verify that the Microsoft Data Access Components 2.1 (or later) have been properly installed';
  SEventsNotSupported = 'Events are not supported with server side TableDirect cursors';
  SUsupportedFieldType = 'Unsupported field type (%s) in field %s';
  SNoMatchingADOType = 'No matching ADO data type for %s';
  SConnectionRequired = 'A connection component is required for async ExecuteOptions';
  SCantRequery = 'Cannot perform a requery after connection has changed';
  SNoFilterOptions = 'FilterOptions are not supported';
  SRecordsetNotOpen = 'Recordset is not open';
  sNameAttr = 'Name';
  sValueAttr = 'Value';

implementation

end.
 

⌨️ 快捷键说明

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