|
Question : Automation error -2147024769
|
|
When trying to establish an ado connection: when the line Set adocnn = New ADODB.Connection runs, I get an automation error -2147024769 "The specified procedure could not be found".
I have references set in the following order: VBA, MS Access 9.0 Object Library, OLE Automation, DAO 3.6, VBA Extensability 5.3, ADO 2.1
Thanks
Richard Overturf [email protected]
|
|
Answer : Automation error -2147024769
|
|
Do you have access to another machine where you could copy your program and test it? Make sure to check your references if you do this. Doing this will tell you whether the problem is machine-specific. It still sounds to me like a problem with your MDAC ... try referencing the latest version of ADO you can find in your references list.
|
|
|
|