Hi,

i need to convert data of databases around (mysql, sqlite, oracle, Access, .. in all directions).
After searching i found some interesting things (like e.g. dbconvert.com).
In order to not reinvent the wheel i got the first important question:
  • Does anybody know of such a (free) tool?
  • Does anybody know of such a tool written in Qt?


But however i plan to develop something myself:
  • a library to do the conversion job (in a Qt-ish style)
  • a command line tool (obviously using the library)
  • a GUI application allowing to Drag&Drop tables structure, data (or even only for example selected rows of source table) from source to target (think of it as 2 treeviews having an explorer like structure where you can copy data from different databases just like copying/moving files)


Do you think there might be a need for such tools?

Any hints for features appreciated.

Thanks,

RZ