Eric,

I used the following code:

Class.forName=("allaire.jrun.jdbc.JRunDriver");
dbcon =
DriverManager.getConnection("jdbc:jurun:sqlserver://server1:1433;databaseNam
e=test","user1","user1");

You could also try http://www.allaire.com/support/forums/  to ask questions
about JRUN.

talk to you later,
Will


-----Original Message-----
From: Eric Fleming [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 10, 2001 11:35 AM
To: [EMAIL PROTECTED]
Subject: Fw: JDBC question


> Please help.

> I am running JRun on Win 2K and I am trying to set up a page to connect to
a
> DB.  I have the following code that is producing the following error:

> Code:
> Connection connection =
>
DriverManager.getConnection("jdbc:odbc:Driver=sun.jdbc.odbc.JdbcOdbcDriver;S
> erver=sqlserver://ipofsqlserver;Database=Test","test","test");

> Error can be found at this page:
> http://eric.gravityfree.com/webmail/login.jsp

> I have the JDBC configured in the Jrun admin.  Does anybody know why I
might
> be getting this error?

> Thank You All-
> Eric

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to