使用MIDAS访问远程Access数据库
控件类型
|
所属页面
|
属性
|
值
|
作用
|
ADOConnection | ADO | name | ADOConnection1 | 连接Access文件 |
ConnectionString | Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\data\my.mdb;Persist Security Info=False | |||
ADOQuery | ADO | name | ADOQuery1 | 执行相关查询操作 |
Connection | ADOConnection1 | |||
ClientDataSet | Data Access | name | DataSetProvider1 | 向客户端提供数据接口 |
DataSet | ADOQuery1 | |||
Options. poAllowCommandText | true |
控件类型
|
所属页面
|
属性
|
值
|
作用
|
Edit | Stardard | name | txtQuery | 接收查询语句 |
Text | select * from person | |||
Button | Stardard | name | btnQuery |
|
DCOMConnection | DataSnap | name | DCOMConnection1 | 通过DCOM方式连接服务器 |
ServerName | PrjServer.AccessServer | |||
ClientDataSet | Data Access | name | ClientDataSet1 | 向远端发出SQL语句,并取得数据集 |
RemoteServer | DCOMConnection1 | |||
ProviderName | DataSetProvider1 | |||
DataSource | Data Access | name | DataSource1 | 作为数据呈现控件的数据源 |
DataSet | ClientDataSet1 | |||
DBGrid | Data Controls | name | DBGrid1 | 显示从远端取回的数据集 |
DataSource | DataSource1 |
说明:
控件类型
|
所属页面
|
属性
|
值
|
作用
|
SocketConnection | DataSnap | name | SocketConnection1 | 通过Socket方式连接服务器 |
Address | 127.0.0.1(本机) | |||
ServerName | PrjServer.AccessServer | |||
ClientDataSet | Data Access | RemoteServer | SocketConnection1 | 向远端发出SQL语句,并取得数据集 |
注意: