Re: Regarding Struts- Mysql Connection.

2006-02-21 Thread Dharmendra Singh
Hi dear there is no need to specify in any where start MySql step 1 just paste *.jar file in lib directory. step 2 specify all elements(driverClass ,url ,no of connection , user id, password) and full path of database in struts-config.xml . Now you can connect in Action Classes directely by crea

Re: Regarding Struts- Mysql Connection.

2006-02-17 Thread C. Grobmeier
I am beginner for struts.now I have developed one simple application using Struts 1.24 with Mysql 4.1.I have created all the tables successfully.and Program is also correct.And I have copied the " mm.mysql-2.0.6.jar" into lib Folder.But it Shows some database exceptions. Is

[OT] Re: Regarding Struts- Mysql Connection.

2006-02-16 Thread Dave Newton
Ashok kumar wrote: > I am beginner for struts.now I have developed one simple > application using Struts 1.24 with Mysql 4.1.I have created all the tables > successfully.and Program is also correct.And I have copied the " > mm.mysql-2.0.6.jar" into lib Folder.But it Shows some database ex

Regarding Struts- Mysql Connection.

2006-02-16 Thread Ashok kumar
user@struts.apache.org sub: Regarding Struts- Mysql Connection. Hi everyone, I am beginner for struts.now I have developed one simple application using Struts 1.24 with Mysql 4.1.I have created all the tables successfully.and Program is also correct.And I have copied the " mm.