#include <podbc.h>
Inheritance diagram for PDSNConnection:
Public Member Functions | |
Constructor/Deconstructor | |
PDSNConnection () | |
~PDSNConnection () | |
Connection/Disconnect | |
PBoolean | Connect (PString Source, PString Username, PString Password) |
Connect to the MDAC using a pre-existing MDAC Defined DataSource This is different than calling PODBC::DataSource in that the Data Source is known defined externally within MDAC,. |
The connection settings have been preconfiured in the MDAC (Microsoft Data Access Component) and is called using those Preset Settings. Calling the PDSNConnection::Connect has the same effect and is a replaceable for PODBC::DataSource,
PDSNConnection::PDSNConnection | ( | ) |
PDSNConnection::~PDSNConnection | ( | ) |
Connect to the MDAC using a pre-existing MDAC Defined DataSource This is different than calling PODBC::DataSource in that the Data Source is known defined externally within MDAC,.