Just a suggestion for starters, use a bean to talk to your db and interface it with jsp. + -----Original Message----- + From: Sam Newman [mailto:[EMAIL PROTECTED]] + Sent: Thursday, July 26, 2001 8:00 AM + To: [EMAIL PROTECTED] + Subject: Re: Hi + + + Right, you cannot use ODBC directly anyway - you'll need to + use JDBC - more + precisely you'll need a JDBC driver for access (I seem to + recall there are + plenty about). Once you have tat working in a normal java + program, there are + tags around to use JDBC in JSP pages..... Of course, you + could also use the + JDBC-ODBC bridge which sun provide, + + sam + ----- Original Message ----- + From: "Siddiqui A. Ammar" <[EMAIL PROTECTED]> + To: <[EMAIL PROTECTED]> + Sent: Thursday, July 26, 2001 12:36 PM + Subject: Hi + + + > Hi All, + > I am a new member of this group. My previous experience is + > that of Microsoft's platform. Can any one of you please send me + > an example of database access using MS-Access from JSP/ + > Servlert. I want to do this without using ODBC. In Microsoft OLD-BD + > is used for this purpose. Please send me the source files also. + > Thank You + > + + ______________________________________________________________ + _____________ + To unsubscribe, send email to [EMAIL PROTECTED] and + include in the body + of the message "signoff SERVLET-INTEREST". + + Archives: http://archives.java.sun.com/archives/servlet-interest.html + Resources: + http://java.sun.com/products/servlet/external-resources.html + LISTSERV Help: http://www.lsoft.com/manuals/user/user.html + ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
