FileNetDB_ADOConnect

Establishes an ActiveX Data connection object with FileNet®.

Syntax

bool FileNetDB_ADOConnect ()

Parameters

None.

Returns

False if the FileNet library is not initialized. Otherwise, True.
Attention: If the action encounters an error connecting to the specified database, the action directs the Rulerunner task to finish with a status of Aborted.

Level

All levels.

Details

Establishes an ActiveX Data Connection object (ADO connection) with the specified FileNet database.
Example
Library_IS_Initialize("DefaultIMS:Domain:FileNet")
LibraryLogin("Admin,AdOK")
FileNetDB_ADOConnect()