Possible Duplicate:
What are the internal and external databases that can be used with Android, Windows Phone and iOS?
I’m doing a little research for my company and trying to find out what databases are used for the different Mobile OS. For Android and iOS it’s SQLite, but whats about Black Berry and Windows Mobile?
My boss is scared that there might be some major changes on the used database, so he wants to store all static data in files, instead of tables. Do you have any arguments to show that this fear is absolutely unfounded?
Windows Mobile allows you to add SQLite if needed.As for Blackberry, it’s native and the developer doc is available here.