View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLBtwo JLBtwo is offline
external usenet poster
 
Posts: 1
Default ODBC - Excel 2007 - Cannot load DLL '?????L'

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;DS N=YYYY")