Unanswered OLEDB32 DLL in VS2005

  • Thursday, September 27, 2012 10:31 PM
     
     

    Unfortunately, I am sadly out-of-date.  Currently, I have an XP development system running VS2005.  The XP SP3 has been installed resulting in the OLEDB32 DLL being installed on my system.  Is there any way to use this DLL with VS2005 ADO.Net.  If so, How can it be done; ConnectionString, References, etc. for a Jet database?

All Replies

  • Friday, September 28, 2012 8:26 PM
     
     
    Give a try to developer forum.
  • Tuesday, October 16, 2012 9:11 AM
     
     
    Go Project->References->Add Reference->COM. This path you can see OLEDB. If it is not found, then register the dll using regsvr32 and try again

    Thanks, Renjith V R