Well hopefully someone can help me, didnt know where best to post so put it here
I have an application that loads from a file “.DB” which is full of the information and is in no specific format from what I can see. The problem is the application has been upgraded to read from ms/my SQL so the old .DB file is somewhat useless.
I need an application that will extract the information from the .db and dump it as useful format (whether its sql inserts or tab deliminated text documents I dont care!)
I appreciate each part of the .db file needs to be determined (which I could probably do to a large extent) but coupled with the fact I have absolutely no programming experience what-so-ever, it is an imposible task for me to do alone.
Firstly, can anyone point me to any professional database converters? (surely they exist)
Secondly would anyone be able to make an application to do what I require?
Think thats all, thanks