// Open our nice little user info cursor = database.cursor("select * from cl_person where p_id = " + request.id); cursor.next();
ID: write(cursor.p_id);
Name:
Department:
Email:
Phone:
Fax:
Login:
Password:
Type: User Administrator
Submit Clear Delete
cursor.close();