Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to connect netbeans with ms access using j2me?




Thanks
Posted

1 solution

You can't. J2ME is a subset of Java to build MIDlets that run on things like mobile phones ("feature phones", not "smartphones"). It does not support MySQL connection. It has its own simple persistent storage system known as RMS (Record Management System). You can develop lots of things in Netbeans, but a J2ME MIDlet that accesses MySQL is not one of them.

Peter
 
Share this answer
 
Comments
Ajay Bharath 14-Mar-12 1:56am    
Iam not asking mysql .... iam asking ms access
Peter_in_2780 14-Mar-12 2:02am    
J2ME can't do that either.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900