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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top