Search:

Type: Posts; User: jabaman

Search: Search took 0.18 seconds.

  1. [SOLVED] Re: database connection problem adding,deleting,updating,selecting :(

    i dont really know where it is occuring since the user and pass in the main methods give a value here are the error codes since my screenshot is too small

    Exception in thread...
  2. [SOLVED] Re: database connection problem adding,deleting,updating,selecting :(

    here is a screenshot of my error 1588 i dont know where the problem occured :( cause correct me if im wrong in the

    private void jbtnAddActionPerformed (ActionEvent evt) { ...
  3. [SOLVED] Re: database connection problem adding,deleting,updating,selecting :(

    i havent found it yet but do you think maybe the return value of user and pass this code is null?

    public void addUser(String user, String pass) {

    try {
    addUserSt.setString(1, user);...
  4. [SOLVED] Re: database connection problem adding,deleting,updating,selecting :(

    when i print out the user and pass it has a value. i think the problem is in this line since it accepted the values of user and pass

    choice = JOptionPane.showConfirmDialog(this, "Add user with...
  5. [SOLVED] Re: database connection problem adding,deleting,updating,selecting :(

    my bad sorry. thanks ive just found out that it is null afterall after i print it out. can you help me find what is the problem with my codes since im not good in functions maybe the error lies on...
  6. [SOLVED] Re: database connection problem adding,deleting,updating,selecting :(

    when im about to add a user it say's that null pointer exception on this particular line


    choice = JOptionPane.showConfirmDialog(this, "Add user with username "
    + user + "?", title,...
  7. [SOLVED] database connection problem adding,deleting,updating,selecting :(

    can you kindly help me out can you please re-correct the program for adding,editing, showing, deleting data in ms access database please.



    import java.awt.Dimension;
    import java.sql.*;
    import...
Results 1 to 7 of 7