DataBkr
Contents |
Delphi Information
Class
| TCRemoteDataModule |
TCRemoteDataModule maintains a list of available providers in an application server. |
| TProviderDataModule | |
| TRemoteDataModule |
TRemoteDataModule encapsulates the objects and interfaces of an application server in a multi-tiered database application. |
Classref
| TRemoteDataModuleClass |
Function
| DisableSocketTransport |
Unregisters a remote data module so clients cannot access it using a Socket connection. |
| DisableWebTransport |
Unregisters a remote data module so clients cannot access it using a Web connection. |
| EnableSocketTransport |
Registers a remote data module so that clients can access it using a Socket connection. |
| EnableWebTransport |
Registers a remote data module so clients can access it using a Web connection. |
| RegisterPooled |
Registers a remote data module so that instances are pooled. |
| UnregisterPooled |
Removes the object pooling registry entries for a remote data module. |
C++ Information
Class
| TCRemoteDataModule |
TCRemoteDataModule maintains a list of available providers in an application server. |
| TProviderDataModule | |
| TRemoteDataModule |
TRemoteDataModule encapsulates the objects and interfaces of an application server in a multi-tiered database application. |
Function
| DisableSocketTransport |
Unregisters a remote data module so clients cannot access it using a Socket connection. |
| DisableWebTransport |
Unregisters a remote data module so clients cannot access it using a Web connection. |
| EnableSocketTransport |
Registers a remote data module so that clients can access it using a Socket connection. |
| EnableWebTransport |
Registers a remote data module so clients can access it using a Web connection. |
| RegisterPooled |
Registers a remote data module so that instances are pooled. |
| UnregisterPooled |
Removes the object pooling registry entries for a remote data module. |
Typedef
| TRemoteDataModuleClass |