Search:

Type: Posts; User: _lithium_

Search: Search took 0.15 seconds.

  1. Replies
    7
    Views
    1,776

    Re: Database access..

    I'll change it to a PreparedStatement, no need to get defensive though, if the information it took to convey through 3 of your posts was placed in one post...it would of been more helpful.
  2. Replies
    7
    Views
    1,776

    Re: Database access..

    Well after looking it up, looks like that would just complicate things more. I just need to resolve the quotation problem i think
  3. Replies
    7
    Views
    1,776

    Re: Database access..

    How would I go about using that?
  4. Replies
    7
    Views
    1,776

    Database access..

    Ok, I have a slight issue, I have the following line of code:

    stmt.executeUpdate("INSERT INTO Customer VALUES (" + FName + "," + LName + "," + Addr + "," + Phone + "," + Email + ")");

    and can't...
Results 1 to 4 of 4