dca_interface
6.3.4
|
#include <base_classes.h>
Stores the remote server data for the connection to a remote database.
Fill out this structure if you are using a remote (non-local) DbConnection.
The encryptionData and encryptionKey fields must be filled in as specified in your license. They are used to encrypt the communication between the DCA and the remote database server.
Definition at line 774 of file base_classes.h.
Public Attributes | |
std::string | encryptionData |
The encryption data to be used (provided with your license) | |
unsigned int | encryptionKey |
The encryption key to be used (provided with your license) | |