ODBC - Excel 2007 - Cannot load DLL '?????L'

J

JLBtwo

Microsoft Help and Support article 'PRB: Error Message 3633 "Can't Load DLL
'?????L?' " When Running Deployed Application' article does not address my
problem.

My datasource appears to be configured properly and passes the test when I
run it. My code fails on the following sequence:

Set gWrk = CreateWorkspace("ODBCWork", "sa", "", dbUseODBC)
gWrk.DefaultCursorDriver = dbUseODBCCursor
Set gCon = gWrk.OpenConnection("", , ,
"ODBC;DATABASE=xxxxxxxx;UID=typical;PWD=typical;DSN=YYYY")
 

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