Search:

Type: Posts; User: EagerBrad

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,354

    Re: Program not reading my Database

    Ah, that message is:

    "cannot find symbol
    symbol: variable PAT3
    location: class makeTransaction"

    Why would I be making a variable though? All I want to do is connect to the database,...
  2. Replies
    4
    Views
    1,354

    Re: Program not reading my Database

    In this particular example, it is just PAT3 that is being underlined. The Error messages are:



    I assumed PAT3 was declared and made accessable by the first batch of code?

    I don't have an...
  3. Replies
    4
    Views
    1,354

    Program not reading my Database

    I'm trying to make my program read from a database. I've used the following code given by my online course to read from a database:


    import java.sql.*;

    public class Database
    {
    private...
Results 1 to 3 of 3