Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    13,253

    Re: Linking Database Projects in NetBeans

    Hello r12ki,

    To connect to a database and run SQL queries you need to read up on JDBC.

    Java: Java JDBC: JDBC 101: How to connect to an SQL database with Java JDBC.

    If you require more help...
  2. Replies
    6
    Views
    13,253

    Re: Linking Database Projects in NetBeans

    I think I understand what you mean. Try this code.

    There are 2 classes. MyClass1 & MyClass2. When the button on MyClass1 is clicked, MyClass2 is opened and vise versa. You can replicate this on...
  3. Replies
    6
    Views
    13,253

    Re: Linking Database Projects in NetBeans

    Hello jcc285 and welcome to the Java Programming Forums :)

    Hopefully this tutorial will be able to help you somewhere along the line.

    Lesson: Using the NetBeans GUI Builder (The Java™ Tutorials...
Results 1 to 3 of 3