
Originally Posted by
stenlik
Hi,
my advice would be:
1/ Export the data from Windows Mobile databse file to some text format. I guess the XML would serve you well. As your data are arabic, be carefull about encoding and use e.g. UTF-8. For this you will probably need to program some simple method in your Windows Mobile code, i.e. do this export on your own directly under Pocket PC emulator.
2/ Take the exported xml file, copy it into Symbian SDK and make another method, now under Symbian OS, which will take the file and insert the data in the Symbian DBMS file.
So you have to program two methods, one for exporting on Windows Mobile and one for importing under Symbian OS.
BR
STeN