I am a new learner of java servlet.
I am trying to execute "select" query from servlet, it is compiled successfully, but when executed it gives errors.
I am using remote database, can anybody tell me the steps to accomplish the task.
thanks
-
jdbc errror in servlet (3 messages)
- Posted by: ali torabi
- Posted on: August 06 2000 23:54 EDT
Threaded Messages (3)
- jdbc errror in servlet by Ed Roman on August 07 2000 11:43 EDT
- jdbc errror in servlet by fengliang wu on August 08 2000 19:47 EDT
- jdbc errror in servlet by Julio Herrera on August 08 2000 21:25 EDT
-
jdbc errror in servlet[ Go to top ]
- Posted by: Ed Roman
- Posted on: August 07 2000 11:43 EDT
- in response to ali torabi
Please post the errors. -
jdbc errror in servlet[ Go to top ]
- Posted by: fengliang wu
- Posted on: August 08 2000 19:47 EDT
- in response to ali torabi
First you may need to check whether your database was set
correctly. (the schema should be loaded beforehand or
data already there). Also make sure that database driver is
added to CLASSPATH.
Give more error information. Maybe I may come back with more
specific suggestions. -
jdbc errror in servlet[ Go to top ]
- Posted by: Julio Herrera
- Posted on: August 08 2000 21:25 EDT
- in response to ali torabi
Send me your Servlet, or email me. juliohv@openbox.com