Search:

Type: Posts; User: JDyson

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    2,659

    [SOLVED] Re: Passing data to a MySQL database

    Nevermind, sorted it out ;)

    this is the code if anyone is interested...


    String updateSQL = "insert into students (studentno, firstname, surname, degreecode, dob) values ('" + ID + "',"+"'" +...
  2. Replies
    1
    Views
    2,659

    [SOLVED] Passing data to a MySQL database

    Hi I'm having a little trouble passing a few variablesin to a database using a java servlet, here is the code I am working with and what I have attempted so far...



    String ID =...
Results 1 to 2 of 2