ADODB.connection class not registered

S

Sander

Hi,

I encountered a problem with the ADODB.Connection class.

dim cnn as ADODB.connection

set cnn = Currentproject.Connection

The first declaration works, however the set command
returns a Class not registered error.

How can I (re) register the class, as it has worked before.

Sander
 
Top