ContributionsMost RecentMost LikesSolutionsRe: How to parse XML file using Msxml2.DOMDocument.4.0 class.? Did you ever get a solution to this? I am receiving the same error. DDT.ADO Driver issue Im trying to execute the below lines of code and Im ending up with "Provider cannot be found.It may not be properly installed" error. I've installed Microsoft DataBase Access Engine 2007. Not sure what the problem is.Can someone please help with this?? Constr=//Connection string is defined var SQLStatement ="select * from tablename"; var res = DDT.ADODriver(Constr, SQLStatement);