Página MIDAS
Iconos de los componentes agrupados en la página MIDAS
Esta página incluye componentes que permiten el desarrollo de aplicaciones multicapa con MIDAS:
ClientDataSet | Implements a database-independent dataset that can be used independently in a single-tiered application, or to represent data received from a server in a multi-tiered database application. See Creating and using a client dataset |
DCOMConnection | Establishes a DCOM connection to a remote server in a multi-tiered database application. See Connecting to the application server |
SocketConnection | Establishes a TCP/IP connection to a remote server in a multi-tiered database application. See Connecting to the application server |
OLEnterpriseConnection | Establishes an OLEnterprise connection to a remote server in a multi-tiered database application. See Connecting to the application server |
DataSetProvider | Encodes data from a dataset into packets than can be sent to client applications and applies updates that are received from client applications to that dataset. See Creating a data provider for the application server and Providing from and resolving to a dataset |
Provider | Encodes data from a dataset into packets than can be sent to client applications and applies updates that are received from client applications to a dataset or database server. See Creating a data provider for the application server. |
SimpleObjectBroker | Locates a server for a connection component from a list of available application servers. See Brokering connections. |
RemoteServer | (For backward compatibility only) Establishes a DCOM connection to a remote server in a multi-tiered application. |
MIDASConnection | (For backward compatibility only) Establishes a DCOM, TCP/IP, or OLEnterprise connection to a remote server in a multi-tiered application. |