pls help, i m totally new to java

Hi everyone, i m new to java, i have created a page with a textfield and two buttons, can someone tell me how to pass the text that i input in the text field into my database (mysql) when i click the add button (id:addButton) and then how to retrieve a data from a column of my database when i click the show button (id:showButton)?

my table name is todolist3 and the column in my database is item.

Thank you very much!!!

[441 byte] By [jaybuffer88a] at [2007-11-27 4:59:03]
# 1
This is easy but you will have to read the online documentation, it is available in form of a book on the JSC page
Sapana at 2007-7-12 10:15:13 > top of Java-index,Development Tools,Java Tools...
# 2

if u are completly new to java, u must at least read some tutorials about java and later, the tutorial of Java Studio Creator, and if u have time, something about jsp.

i dont want to be rude, but listen my advice, if u want to make your "example" to work, u need to copy the mysql conector into core, this is inside of creator, create a data source to bind your project to mysql table, and the best part, send and receive data from your mysql database.

any doubt just post again

Belthazor

Beltazora at 2007-7-12 10:15:13 > top of Java-index,Development Tools,Java Tools...
# 3
Have you checked out this tutorial? http://developers.sun.com/jscreator/learning/tutorials/2/inserts_updates_delete s.htmlThanksK
kish@suna at 2007-7-12 10:15:13 > top of Java-index,Development Tools,Java Tools...