readme.txt

来自「《C Builder 5程序设计——数据库应用实务篇》程序源代码」· 文本 代码 · 共 21 行

TXT
21
字号

TITLE:
  CACHEDUP

DESCRIPTION:
  Cached Updates.

DEMONSTRATES:
  Demonstrates cached updates on a database.

  TImage, TMemo, TButton, TPanel, TGroupBox,
  TDBGrid, TDBNavigator, TDataSource, TDatabase, TQuery, TStringField
  TUpdateSQL, TUpdateAction, EDatabaseError, TDataModule
  
COMMENTS:
  Be sure to run Interbase Server before loading this program 
  into the C++Builder IDE.  Otherwise the Connected property of the
  CacheDB TDatabase will revert to False, and the Active property of 
  the CacheQuery TQuery will revert to False.
 

⌨️ 快捷键说明

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