GdaDsnInfo

This structure defines the properties of a named data source (DSN).

Members

Variables

GdaReserved1
void* GdaReserved1;
GdaReserved2
void* GdaReserved2;
GdaReserved3
void* GdaReserved3;
GdaReserved4
void* GdaReserved4;
authString
char* authString;

the authentication string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded. Can be null.

cncString
char* cncString;

the connection string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded

description
char* description;

a descriptive string (plain text, not RFC 1738 encoded), can be null.

isSystem
bool isSystem;

true if the DSN is a system wide defined data source

name
char* name;

the (unique) name of the DSN (plain text, not RFC 1738 encoded)

provider
char* provider;

the ID of the database provider to be used (plain text, not RFC 1738 encoded)