dbaccess problem

1999-09-22 Thread naveen
hi, This might seem a bit trivial,but i am just not able to connect to a db i have set the classpath to tools.jar as well as jsdk.jar... JSP's code works fine except for recognising the sql related keywords.. i know it has got to do with importing java.sql packages ,but it is not happening.. here

Re: dbaccess problem

1999-09-22 Thread Carsten Heyl
>hi, >This might seem a bit trivial,but i am just not able to connect to a db >i have set the classpath to tools.jar as well as jsdk.jar... >JSP's code works fine except for recognising the sql related keywords.. >i know it has got to do with importing java.sql packages ,but it is not >happening.

Re: dbaccess problem

1999-09-22 Thread naveen
java.sql .*.. the import statement in the page tag is not getting recognised.. any directions would be most helpful thanks naveen - Original Message - From: Carsten Heyl <[EMAIL PROTECTED]> To: naveen <[EMAIL PROTECTED]> Cc: <> Sent: Wednesday, September 22,

Re: dbaccess problem

1999-09-23 Thread Chuthari Srinivas
e page tag is not getting recognised.. > > any directions would be most helpful > > thanks > naveen > > - Original Message - > From: Carsten Heyl <[EMAIL PROTECTED]> > To: naveen <[EMAIL PROTECTED]> > Cc: <> > Sent: Wednesday, Septe

Re: dbaccess problem

1999-09-23 Thread naveen
hi, Thanks to Carsten Heyl for solving the dbaccess problem. Iam using JavaServer (tm) Web Development Kit Version 1.0 Early Access I was following the jsp syntax (jsp1.0) as giving by the sun site. the page tag given in it is as "<%@ page language="java" import="java

Re: dbaccess problem

1999-09-23 Thread Craig R. McClanahan
naveen wrote: > hi, > > Thanks to Carsten Heyl for solving the dbaccess problem. > > Iam using JavaServer (tm) Web Development Kit > Version 1.0 Early Access > > I was following the jsp syntax (jsp1.0) as giving by the sun site. > > the page tag given in it