Re: simple connection to MySQL

2002-09-07 Thread Vaskin Kissoyan
downloaded > the new Connector/J from www.mysql.com ?? > In which case ... > > See my annotations below > > >>-Original Message- >>From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]] >>Sent: 06 September 2002 16:22 >>To: [EMAIL PROTECTED] >>Subjec

RE: simple connection to MySQL

2002-09-07 Thread Christopher Watson
16:22 > To: [EMAIL PROTECTED] > Subject: simple connection to MySQL > > > I've tried to follow the how-to's and tutorials on the net and in the > docs. Someone plase let me know what step I'm missing: > > 0) > * Built 2.0.3 with all the samples and libs, in

RE: simple connection to MySQL

2002-09-07 Thread Christopher Watson
16:22 > To: [EMAIL PROTECTED] > Subject: simple connection to MySQL > > > I've tried to follow the how-to's and tutorials on the net and in the > docs. Someone plase let me know what step I'm missing: > > 0) > * Built 2.0.3 with all the samples and libs, in

Re: simple connection to MySQL

2002-09-07 Thread Sheraz Khan
hey dude u need to place the mysql driver called "mm.mysql-2.0.11-bin.jar" which has to then be placed in your applications "WEB-INF/lib/" dir. Then U have to declare your RDBMS datasource, which u have done, and matches with mine.. but i have also added a password. then... You need to de

Re: simple connection to MySQL

2002-09-06 Thread Alan Hodgkinson
Dear Vaskin > I've tried to follow the how-to's and tutorials on the net and in the > docs. Yup.. I tried that to and basically, everything went wrong! > Someone plase let me know what step I'm missing: There are a few things to check: > 0) > * Built 2.0.3 with all the samples and libs, i

simple connection to MySQL

2002-09-06 Thread Vaskin Kissoyan
I've tried to follow the how-to's and tutorials on the net and in the docs. Someone plase let me know what step I'm missing: 0) * Built 2.0.3 with all the samples and libs, installed war file under Tomcat 4.04, under JDK 1.4 * Built same tables with given sql file in mysql on a default install