Technical: MIDlet JDBC & mySQL
The CLDC framework do not support JDBC APIS. To connect to databases we can call a Servlet from the MIDLets. Connection to database, running the queries and other functionalities have to be be implemented in the Servlet. The MIDlet passes the parameters like username, password in a string throught a DataOutputStream to servlet
No comments:
Post a Comment