masijade 1,351 Industrious Poster Team Colleague Featured Poster

Am new in the programming sector. I have a task that requiires me to join a java interface to mysql but I don't know the code to do that. Can you please help.

http://dev.mysql.com/doc/refman/6.0/en/connector-j.html

Next time start a thread.

I just wanted a small program in Java for eaxample that which can take only the names of employees and a short code in mysql to create a table for the names, then a code to link the the two, that is if its possible to you and that will be all.

Read that documentation, there are plenty of examples there (see the "examples" section of the docs, maybe). I am not going to give you something that you can just cut-n-paste and then use with only minor changes. This is for you to write, not me.