How to export Android sms to pc

I want to be able to export my Android SMS database to my pc in a friendly txt, html or pdf format that is easy to read. I have the sms.db file ready to use, i just want to be able to easily convert it. What applications that are completely free can I use? I have over 10000 sms in this database. Thanks!
andriod has a base language in java though you are a c++ programmer you might need a basic class in java like i use to condition my mobile database if you need the code .or if you prefer to write the code your self then here you go
in c++
1
2
3
4
5
6
7
8
 1.you will need to define the connection string
2.define the  database type
3.connect to  the database
//from here on i am assumeing that you are using a mobile server database
4.establish the client server connection //if the database is personal  then i would suggest u  connect as administrator
6.//considering that you did not  set up the database for your sms only //define the table to query
5.retrive the sms 
//remember you need   if stream and ofstream and where you want the sms's to appear either in excel or as a document  

in java
1
2
3
4
 // considering that the android database is  already linked with a java class //
1.import  the database type
2. define the connection string
3.define your gui
Topic archived. No new replies allowed.