UXFODBCOptions contains information used by PEEnableEventInfo, whenever you export in ODBC format.
struct UXFODBCOptions {
WORD structSize;
char FAR *dataSourceName;
char FAR *dataSourceUserID;
char FAR *dataSourcePassword;
char FAR *exportTableName;
};
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 |