Search:

Type: Posts; User: notgettingthis

Search: Search took 0.11 seconds.

  1. Re: Java MS Access not connection help please.

    Fixed. (Still learning)

    what do I do with a null value?
    I need whatever values I insert to save to the database. The only null I see is the setLayout.
  2. Re: Java MS Access not connection help please.

    open I fixed some of my code



    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;

    public class INS extends Frame implements ActionListener{
    Frame f;
  3. Re: Java MS Access not connection help please.

    okay now I got a long list of error messages :

    INSERT INTO USER(id, name) VALUES(2,'fd')
    java.lang.NullPointerException
    at INS.actionPerformed(INS.java:68)
    at...
  4. Re: Java MS Access not connection help please.

    okay thanks I fixed the post.

    I do not really understand coding...could you explain how to use that I would really appreciate it.
  5. Java MS Access not connection help please.

    I need my java program to insert data into my access database. I get no errors in my code, but it never inserts, deletes the data in my database. please help. here is my code:



    import...
Results 1 to 5 of 5