posted 19 years ago
I have been told to create a J2ME and the J2ME allow user to key in their passwords, update, delete information,add new information and register in the database.. and must be able to retrieve information from database to J2ME.
HealthcareSystem.java(this is my J2ME file)
As for my database, my database is user_info.mdb
Inside it have 2 tables(p_detail, u_detail)
table 1: p_detail
with: id, p_name, p_date, p_time, p_place and p_remark
table 2: u_detail
with: id, u_name, gender, username, pwd
I'm not very sure whether i post in the right topic.. but i hope someone can really help me..
[ September 06, 2005: Message edited by: Mark Spritzler ]