|
The following problem posted earlier has been
resolved.
(DataSource) ds
= (DataSource)ctx.lookup("java:comp/env/jdbc/" +dsName);
is now working fine. I apparently forgot to
create the statement before trying to execute it.
The Infozoom JDBC/ADO drivers work fine with SQL
Server 2000 BTW.
-Tom Schaefer
Date: Thu, 12
Oct 2000 22:54:22 -0400
From: "Tom and Arina Schaefer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: JRun-Talk V1 #53 Message-ID: <007401c034c0$e41fd330$58ba0f18@cj529068a">007401c034c0$e41fd330$58ba0f18@cj529068a> Does anyone know how to get a look at the JRun file /jvm/jdbcTest.jsp? I am not getting any success using (DataSource) ds = (DataSource)ctx.lookup("java:comp/env/jdbc/" +dsName); from page 208 of the Developing Applications with JRun manual. Is "java:comp/env/jdbc/" common to all deployments or am I suppose to replace this string with something unique to my machine? The test at: " on the jdbc page of my default server goes fine. Is there someway I can have a look at jdbcTest.jsp? Thanks, Tom Schaefer Tecolote Research, Inc. ------------------------------ |
