PTLib  Version 2.10.11
PODBC::ConnectData Class Reference

This class is a multipurpose use class for storing parameters when initiating connection to DataSource. More...

#include <podbc.h>

Public Attributes

PFilePath DBPath
 
PString DefDir
 Database file Path (not Oracle,xxSQL) More...
 
PString User
 Used with Paradox/DBase/Excel (& mySQL db) More...
 
PString Pass
 UserName. More...
 
PBoolean Excl_Trust
 Password. More...
 
PString Host
 Whether Datasource is locked or Trusted. More...
 
int Port
 URL for Host Datasouce xxSQL. More...
 
int opt
 Port to connect to mySQL. More...
 

Detailed Description

This class is a multipurpose use class for storing parameters when initiating connection to DataSource.

Not all field are required. By default all non-essential params are set to a datasource specific default value.

Member Data Documentation

§ DBPath

PFilePath PODBC::ConnectData::DBPath

§ DefDir

PString PODBC::ConnectData::DefDir

Database file Path (not Oracle,xxSQL)

§ Excl_Trust

PBoolean PODBC::ConnectData::Excl_Trust

Password.

§ Host

PString PODBC::ConnectData::Host

Whether Datasource is locked or Trusted.

§ opt

int PODBC::ConnectData::opt

Port to connect to mySQL.

§ Pass

PString PODBC::ConnectData::Pass

UserName.

§ Port

int PODBC::ConnectData::Port

URL for Host Datasouce xxSQL.

§ User

PString PODBC::ConnectData::User

Used with Paradox/DBase/Excel (& mySQL db)


The documentation for this class was generated from the following file: