You've done
the tough part, the dbms stuff :) The servlets pretty straight forward
just call your data through jdbc as usual, then depending on what you want
to do then you may want to use jsp to display it in a web
page.
Another good place to check is www.jguru.com in the servlet forum there
:)
Good luck.
-----Original Message----- From: A
mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
pchakraborty Sent: Monday, April 17, 2000 8:22 PM To:
[EMAIL PROTECTED] Subject: Sample codes to use JDBC IN
SERVLETS
I am self-learning Java for 3 weeks.
Can ANYONE please send me some sample
codes that use both JDBC and
servlet.Through Servlet I'd like to interact with database.precisely I want
example of that.
thorough JDBC.ODBC so
far
I could retrieve my
database(SQLServer6.5) data.I want examples of calling data through JDBC
from servlets.