UXFODBCOptions

UXFODBCOptions contains information used by PEEnableEventInfo, whenever you export in ODBC format.

C Syntax
struct UXFODBCOptions {
    WORD         structSize;
    char FAR     *dataSourceName;
    char FAR     *dataSourceUserID;
    char FAR     *dataSourcePassword;
    char FAR     *exportTableName;
};
Members

structSize

Specifies the size of the UXFODBCOptions structure. You must initialize this member to be the size of whatever it is, for example, options.structSize = UXFODBCOptionsSize.

dataSourceName

Specifies the name of the data source that you want to export to.

dataSourceUserID

Specifies the User ID that you need to connect to the data source.

dataSourcePassword

Specifies the Password that you need to connect to the data source.

exportTableName

Specifies the name of the table you want to export to in the data source.

Delphi Record Listing
type
    UXFODBCOptions = record
        structSize: Word;
        dataSourceName:PChar;
        dataSourceUserID:PChar;
        dataSourcePassword:PChar;
        exportTableName:PChar;
    end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com