I am planning an app that needs to connect to a MySQL database. Can I use JDBC in my Codename One project and expect it to work in runtime?
If Codename One does not support JDBC, could I implement a connection to MySQL using the native code (Objective-C) generated by Codename One?
Then if that is not possible, could I connect my Codename One project to a php script that runs on the server next to the MySQL database?