Re: database - jdbc setup help

2005-05-12 Thread Lutz Zetzsche
Hi Bagus, Am Freitag, 13. Mai 2005 04:04 schrieb Bagus: > Wow, great. > > That worked like a charm. After following your simple instructions, > your script listed my database tables. Amazing! Many thanks for the compliment. :-) I have worked this out for me from the various how-tos. The problem

RE: database - jdbc setup help

2005-05-12 Thread Bagus
Wow, great. That worked like a charm. After following your simple instructions, your script listed my database tables. Amazing! I don't quite get the JSTL stuff tho... Your script says: > <%-- > The taglib directive below imports the JSTL library. If you uncomment it, > you must also add the JS

RE: database - jdbc setup help

2005-05-12 Thread Geoff Wiggs
, Inc -Original Message- From: Lutz Zetzsche [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 12:14 AM To: Tomcat Users List Subject: Re: database - jdbc setup help Hi Bagus, Am Donnerstag, 12. Mai 2005 00:38 schrieb Bagus: > I've now set up Tomcat 5.5.4 and have inst

Re: database - jdbc setup help

2005-05-12 Thread Terence M. Bandoian
For information about JDBC, you may want to try the Sun JDBC tutorial - http://java.sun.com/docs/books/tutorial/jdbc/ -Terence - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: database - jdbc setup help

2005-05-12 Thread Lutz Zetzsche
Hi Bagus, Am Donnerstag, 12. Mai 2005 00:38 schrieb Bagus: > I've now set up Tomcat 5.5.4 and have installed > mysql-standard-4.1.9-unknown-freebsd4.7-i386 on my Freebsd 5.3 box > intel box. > I've loaded some databases and tables into the database. > > How do I get them to work together with jsp?

database - jdbc setup help

2005-05-11 Thread Bagus
Hey there newbie here again, I've now set up Tomcat 5.5.4 and have installed mysql-standard-4.1.9-unknown-freebsd4.7-i386 on my Freebsd 5.3 box intel box. I've loaded some databases and tables into the database. How do I get them to work together with jsp? Can anyone point me to a short-sweet t