Let me start by saying that I'm new to the whole JSP game. I'm an
ActiveServerPage developer that needs to port all of my ASP's to JSP's for
the next release of a product I'm working on.
What I need to do is open a connection to an ODBC source (in this case a SQL
7.0 Database) and run simple SQL calls against it. The code I would use in
an ASP is:
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "dsn=SQLCharDB;uid=sa;pwd="
First of all, I need to figure out how to set up an ODBC connection to my
SQL DB on a Solaris 7 box. Then I need to learn the correct syntax for
opening a connection to said ODBC from inside my JSP's. Currently the web
server I'm using is Netscape Enterprise 4.0, but I'll eventually be using
Apache as well.
Any information would be greatly appreciated.
Jeffrey W. Brown
Test Engineer
Citr!x Systems, Inc.
PHONE: (954) 267-2846
EMAIL: jeff.brown @ citrix.com
===========================================================================
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