I am implementing user interfaces using JavaFX for Windows Mobile device. I need to store records in windows mobile database using javafx.
Which database i have to user for javafx on Windows Mobile?
Is there any database to store data on Windows Mobile, which compitable to JavaFX?
For Example, On Windows Mobile we create database using C# class SQlCeEngine by giving .sdf file name. So that we can create the tables in .sdf file and we can do CRUD operations on this file. How can we do the same thing from JavaFX.