excel - Provider not found may not be installed properly Error -
i have excel workbook contains macros connect access database (both 2007). same sheet works in different systems except one.
i checked aceoledb.dll file present @ correct location. (c:\program files (x86)\common files\microsoft shared\office12) looks similar other systems. getting provider not found may not installed error when try run macro.
the error msg comes @ connection open statement. (connection access db)
the connection string is:
public oconn adodb.connection public sconn string sconn = "provider=microsoft.ace.oledb.12.0;" & _ "data source=folderpath\database.accdb;" & _ "jet oledb:database password=pwd;" oconn.open sconn
Comments
Post a Comment