Search:

Type: Posts; User: Junky

Search: Search took 0.22 seconds.

  1. Replies
    7
    Views
    1,807

    Re: Database access..

    Seriously dude, if you are going to ask for help don't ignore it. PreparedStatement not only will simplfy things by getting rid of the quotes but it also guards against injection attacks.
  2. Replies
    7
    Views
    1,807

    Re: Database access..

    I don't know about you but I would go to the Java API and read about the PreparedStatement class.
  3. Replies
    7
    Views
    1,807

    Re: Database access..

    Use as PreparedStatement.
Results 1 to 3 of 3