Hi fellow Java coders,
I've got a stand-alone Java app with a input box, and a submit button. I want the submit button to connect to a database (sqlserver) and call a stored procedure passing the value in the input box as a param to it. I have the host ip, db name and store proc name.
Can anyone help me with the code inside the submit button on how to achieve this??
Thanks in advance.
KG.
01001011 01000111
I've got a stand-alone Java app with a input box, and a submit button. I want the submit button to connect to a database (sqlserver) and call a stored procedure passing the value in the input box as a param to it. I have the host ip, db name and store proc name.
Can anyone help me with the code inside the submit button on how to achieve this??
Thanks in advance.
KG.
01001011 01000111