I need to convert old .mdb Access files to the new .accdb format.
What’s the best way to do this in vb.net?
I need to convert old .mdb Access files to the new .accdb format. What’s
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Office
InterOpto instantiateApplicationof Access and try to open .mdb, file then save it using SysCmd method.Honestly, I didn’t tried so far yet but here are some undocumented sysCmd code but there is a simple approach to convert .mdb to .acccdb via
ConvertAccessProjectmethod.