D
Dave52m
Guest
I have a DLL written in VB.Net 2015 that connects to Access 2003 mdb files. I have a separate EXE written in VB6 that triggers the DLL to open ADODB and ADO.Net connections to the mdb files and it works fine. I am in the process of moving the EXE to VB.Net. When the same code in the DLL is triggered from the VB.Net EXE it fails with Provider cannot be found message. I have tried both the Jet 4.0 and ACE 12.0 providers. Any ideas?
Continue reading...
Continue reading...