Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How can I update a Microsoft Access Query through a GUI on Netbeans

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How can I update a Microsoft Access Query through a GUI on Netbeans

    I've already designed my GUI and have a connect buttion. The idea is to insert a name and surname and then click the "connect"
    button and then information updates the query. I have already established a running connection between the two. I'm just
    having a hard time getting the actual code to work by using a SQL statement. PLEASE help ??


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How can I update a Microsoft Access Query through a GUI on Netbeans

    Please provide context. We don't know what you've done, where the problem lies, if there are exceptions, is there a problem with the SQL, what the schema looks like, and I could go on and on. So, this question is far out of context for us to answer in any meaningful way (please see the getting help link in my signature for more information)

Similar Threads

  1. Replies: 1
    Last Post: September 9th, 2011, 02:30 PM
  2. Problem With Applet Connecting With Microsoft Access Database
    By Saurabh Mittal in forum What's Wrong With My Code?
    Replies: 1
    Last Post: June 29th, 2011, 10:43 AM
  3. UPDATE SQL QUERY by getting user variables
    By bondage in forum JDBC & Databases
    Replies: 5
    Last Post: April 22nd, 2011, 03:44 PM
  4. update query is firing first then insert query
    By salmondavid88 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 8th, 2011, 10:15 AM
  5. Access database SQL query help
    By mjpam in forum JDBC & Databases
    Replies: 3
    Last Post: September 8th, 2010, 08:48 AM