[ROOT] --> C++Client
This structure holds database logon information.
DatabaseName
Password
ServerName
StructSize
UserID
WORD StructSize
Specifies the size of the PELogOnInfo structure.
You must initialize this member to the size of whatever it is.
For example,
info.StructSize = PE_SIZEOF_LOGON_INFO.
char ServerName [ PE_SERVERNAME_LEN ]
Specifies the logon name for the server used to create the report. For ODBC, use the data source name.
char DatabaseName [ PE_DATABASENAME_LEN ]
Specifies the logon name for the server used to create the report. For ODBC, use the data source name. If your report uses a Microsoft Access database via ODBC, the data source indicated in the ServerName parameter must specify an Access database file. An ODBC data source based on the Access driver with no database specified can not be used at runtime.
char UserID [ PE_USERID_LEN ]
Specifies the logon name for the database used to create the report.
char Password [ PE_PASSWORD_LEN ]
Specifies the password necessary to log on to the server. When using this structure to retrieve information using the GetNthTableLogOnInfo function, the password parameter is undefined.