c++ - Convert legacy MFC DAO application to use Access 2013 -


i have legacy application vc6.0 , upgrading vs2013. converted .mdb format .accdb access 2013, dao old it.

i have been looking online for issue, can find things vb not apply mfc/c++.

does know of guide use ? heard acedao can't find upgrade either.

thanks.

simply switch odbc. you'll have change cdaodatabase -> cdatabase, cdaorecordset -> crecordset, etc. there should no problems. api pretty same.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -