just use the jdbc.odbc bridge from sun. it is simple to use, you address an
odbc dsn from your jsp, and it works similarly to ado/asp. keep in mind
that it isn't really good programming practice to do this from the page, but
rather to use a javabean or servlet for your db access. look in
'professional java server programming' from wrox press, or look at or 'java
servlet programming' from o'reilly for examples.
bradley mclain
>From: Steven Almeroth <[EMAIL PROTECTED]>
>Reply-To: Steven Almeroth <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: reading a MS-SQL7 database
>Date: Wed, 22 Mar 2000 17:19:58 -0800
>
>Does anyone know of a quick and dirty way to access a MS-SQL server 7
>database with JSP? i only need to get a proof fo concept working with our
>current database. i am running BEA's WebLogic webserver and JSP
>application
>server on NT4 server. im trying to find out about microsoft's JDBC-ODBC
>bridge but there is a lot to read. also i am trying 3rd party stuff like
>Merent's DataDirect SequeLink. thanks in advance, --stav
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets