Search:

Type: Posts; User: EagerBrad

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,353

    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,353

    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
    3
    Views
    1,858

    Re: java assignment; please help

    Break it up.

    You need to store a number.
    You need to be able to update that number by adding another number.

    You're going to need to input the second number, and have it added to the first....
  4. Re: Parsing a full date/time/timezone date to "yyyy-MM-dd"

    Well you could use substrings, but that's more complicated than it needs to be. As the above post says, post your starting point at least.
  5. Replies
    4
    Views
    1,353

    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 5 of 5