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

📄 dbanywhere.dpk

📁 p2pdbanywhere 可以通过之udp方式远程连接数据库的组件,这个组件非常好,是Delphi7,9,2006能够使用,包含源码.
💻 DPK
字号:
package DbAnyWhere;

{$R *.res}
{$R 'remotedataset.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}

requires
  rtl,
  vcl,
  dbrtl,
  dsnap,
  designide,
  vclx,
  soaprtl,
  xmlrtl,
  inet,
  VclSmp,
  adortl,
  vcldb,
  IndyCore,
  IndySystem,
  IndyProtocols;

contains
  RsgImageList in 'RsgImageList.pas',
  Message_unit in 'Message_unit.pas' {Message_form},
  remotedataset in 'remotedataset.pas',
  remotehttpconnection in 'remotehttpconnection.pas',
  RemoteUdpConnection in 'RemoteUdpConnection.pas',
  RsgEdit in 'RsgEdit.pas',
  ImageBtn in 'ImageBtn.pas',
  send_sql in 'send_sql.pas',
  SR_unit in 'SR_unit.pas' {SR_form},
  tools in 'tools.pas',
  Utools in 'Utools.pas',
  RsgComboBox in 'RsgComboBox.pas',
  SynDataBase in 'SynDataBase.pas',
  AccessCompress in 'AccessCompress.pas',
  LocalDbTreeView in 'LocalDbTreeView.pas',
  RemoteDbTreeView in 'RemoteDbTreeView.pas',
  ClassEdit in 'ClassEdit.pas' {ClassEdit_Form},
  RemoteStoredProc in 'RemoteStoredProc.pas',
  RsgDbComboBox in 'RsgDbComboBox.pas',
  CalExpression in 'CalExpression.pas',
  sndkey32 in 'sndkey32.pas',
  RemoteUpdateSql in 'RemoteUpdateSql.pas',
  HttpFile in 'HttpFile.pas';

end.

⌨️ 快捷键说明

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