Hi All,
I have an old Visual basic application that is written by someone else. I have the following connection string defined in the code. Foe the following connection string, I was told that i need to install Office access 2003 on my computer and then only the code will work. Is there any way, I can upgrade the following string so instead of office access 2003, i will start using office access 2010.
Code:Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=" + gDBPath + ";Persist Security Info=False




Reply With Quote
