Hi,
I am very new to Java programming so please excuse me if this is a very inane question
I have a JTextField which takes in user input as variable response1, I also have a block of code which then runs the sql statement just entered - how do I pass the variable reponse1 from the pane to the object which runs the database side ?
Thanks
I am very new to Java programming so please excuse me if this is a very inane question
I have a JTextField which takes in user input as variable response1, I also have a block of code which then runs the sql statement just entered - how do I pass the variable reponse1 from the pane to the object which runs the database side ?
Thanks