Thanks for the advice, I will try to consolidate my database programming skills very fast. BTW, i have managed to solve the problem, by relating the tomcat libs with the JDBC driver. Thanks everyone for your time.
On Tue, May 20, 2008 at 4:07 AM, Eelco Hillenius <[EMAIL PROTECTED]> wrote: >> and i have made sure i have this jar >> "mysql-connector-java-5.1.6-bin.jar" to my buid path... but the >> problem goes on... > > Build path != runtime path. Make sure the jar is in your runtime path as well. > > FWIW, never ever write such code for a production application because > you'll run into scalability problems pretty fast. At the very least, > use a connection pool. > > Eelco > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Mihai Bogdan Eugen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
