back to db 

wxDbConnectInf

generated from ../src/mod_db/dbconinf.cpp

This class is used for holding the data necessary for connecting to an ODBC datasource.

Constants

Constructor

wxDbConnectInf

wxDbConnectInf(Dsn, 
               Uid = "", 
               Pwd = "", 
               DefaultDir = "", 
               Description = "", 
               FileType = "")
 
Name Type Default Description
Dsn String Name of the datasource to be used in creating wxDb instance for creating connection(s) to a datasource
Uid String User id used for the connection.
Pwd String Password used for the connection.
DefaultDir String Default directory for a file based datasource.
Description String
FileType String

Constructs a new wxDbConnectInf object. Unlike in wxWindows, you can only use this constructor.

Properties

Name Type Description
authStr String Get/Set the password for this connection.
defaultDir String Get/Set the default directory for file-based datasources like dbase.
description String Get/Set the description of the datasource.
dsn String Get/Set the datasource name.
fileType String Get/Set the filetype for the datasource.
password String Get/Set the password for this connection.
uid String Get/Set the user id for this connection.
userId String Get/Set the user id for this connection.


SourceForge.net Logo Support This Project

Table of Contents

Constructor

wxDbConnectInf

Properties

authStr
defaultDir
description
dsn
fileType
password
uid
userId


Design downloaded from Zeroweb.org: Free website templates, layouts, and tools.