I am working on a Qt project with sqlite database. I just want to merge two databases (*.db file) with same schema using QSqlDatabase code. what is the best way to do this?
Thanks
I am working on a Qt project with sqlite database. I just want to merge two databases (*.db file) with same schema using QSqlDatabase code. what is the best way to do this?
Thanks