From: Date: March 17 2003 11:33am Subject: Re: help for my jdbc connection List-Archive: http://lists.mysql.com/java/5202 Message-Id: <3E75A497.4040900@univ.gda.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Shivani wrote: >Hi, >i am able to loginto mysql db and perform sql queries. i have downloaded the >mysql-connector-java-2.0.14 MysqlJconnector. I am using jdk1.2. what's the >code to connect using java through this mysqljconnector driver to mysql >database? how to test it. I want to give a simple SQL select statement to >get a record. please help! >thanks > > See generic JDBC trail in Sun's Java tutorial (http://java.sun.com/docs/books/tutorial/jdbc/index.html) Max