Mullin:

AFAIK, you still have to have JDBC somewhere in the picture, even if you're
using JSP or Servlets as the back-end to your applet. One thought (and NOT
one I recommend) is using the JDBC-ODBC bridge and then use the free ODBC
driver supplied with MS-SQL. In my experience not very reliable, but if you
just want to prototype something, it prevents spending money before you're
ready. You can then switch it out with a proper commercial JDBC driver when
the time is right.

Mike
Javacorporate Ltd
http://www.javacorporate.com

> -----Original Message-----
> From: A mailing list about Java Server Pages specification
> and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mullin
> Sent: Monday, October 04, 1999 8:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: JSP on Linux
>
>
> Hi, I want to have some ideas about the following.
>
> I'm using NT 4.0 with IIS 4.0. I have to build an applet
> which have to be accessed
> through internet. The applet needs to get and write data from
> and to the database
> (MS SQL 6.5). Since there is no free JDBC driver for MS-SQL,
> I want to know is it
> possible (or difficult) to make the database connection using
> JSP or Servlet, then
> pass the values back to the applet? That means the JSP or
> Servlet willl be bridge
> between the applet and the database?
>
> Thanks!
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to