<< Return to Main Index

< Return to Class Index

CGXADOEngine::CGXADOEngine

CGXADOEngine();

CGXADOEngine(ADORecordset* pSet, BOOL bIsOpen = TRUE);

pSet

Specifies the ADO recordset from which to initialize the engine.

bIsOpen

TRUE if the recordset is already open, FALSE if not.

Remarks

Use the first constructor to create an empty uninitialized ADO engine. You can later call Init to initialize the engine.

Or you can call the second constructor to construct and initialize the engine in one shot.

You can use Init in either case to initialize/re-initialize the engine.

See Also

CGXADOEngine::Init

CGXADOEngine

Class Overview | Class Members