readmec.txt

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

TXT
20
字号

TITLE:
    EmpEdit

DESCRIPTION:
    This program demonstrates using TClientDataSet in a distributed data 
    application.

DEMONSTRATES:
    + TClientDataSet
    + TDCOMConnection

COMMENTS:
    Be sure to build and run the EmpSrvr application first, or this example
    won't run correctly.  Once the EmpSrvr application is registered, you need
    to connect the TDCOMConnection control to the server.  To do this, set the
    DCOMConnection1's ServerName property to EmpSrvr.EmpServer_BCB.


⌨️ 快捷键说明

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