I have a program using an ADODB connection which worked on one machine but now I've brought it home it keeps telling me that it can't create a new ActiveX object.
I've checked that my DSN exists in Data Sources and I have the ActiveX library in Project References.
set cn= new adodb.connection
gives me the error
What have I forgotten?
I've checked that my DSN exists in Data Sources and I have the ActiveX library in Project References.
set cn= new adodb.connection
gives me the error
What have I forgotten?