D
David Schwartz
I have a user who is getting "Error -2147220999 - Error in the DLL" on the
line Data_Conn.Open below. I assume this error has something to do with
ADODB.DLL, but this DLL seems fine on the user's pc. The DLL is in the
folder with the EXE. Any ideas what may be causing this?
Thanks!
Public Data_Conn As ADODB.Connection
Data_Conn = New ADODB.Connection
Data_Conn.ConnectionString = MyConnectionString
Data_Conn.Open()
line Data_Conn.Open below. I assume this error has something to do with
ADODB.DLL, but this DLL seems fine on the user's pc. The DLL is in the
folder with the EXE. Any ideas what may be causing this?
Thanks!
Public Data_Conn As ADODB.Connection
Data_Conn = New ADODB.Connection
Data_Conn.ConnectionString = MyConnectionString
Data_Conn.Open()