wxDbConnectInf
generated from ../src/mod_db/dbconinf.cppThis 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
© 2002 - 2007 Franky Braem.