August 26, 2011

kitten kitten
Lab Rat
159 posts

backup from my db

 

hi to every one
i want to get a backup from some of my tables on my sqlite db on my program how can i do that?
is there any way?

 Signature 

www.kitten.mihanblog.com

3 replies

August 26, 2011

Rahul Das Rahul Das
Robot Herder
354 posts

Could you be a little more specific ? Do you want to save another copy / backup of db file or something like that?

 Signature 

——————————-

    Rahul Das

——————————-

August 26, 2011

Lukas Geyer Lukas Geyer
Gene Splicer
2074 posts

Here [dev.mysql.com] and here [gist.github.com] you go.

If you want to go pure Qt either connect to both databases and copy table by table or run the tools linked using QProcess.

August 27, 2011

Volker Volker
Robot Herder
5428 posts

Or have a look at this recent thread [developer.qt.nokia.com]

 
  ‹‹ [Solved] Updating the underlying data without using the QAbstractItemModel::setData() method.      edit line in .ini file from Qt Creator[SOLVED] ››

You must log in to post a reply. Not a member yet? Register here!