aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes servlet database connnetivity using MS SQL server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "servlet database connnetivity using MS SQL server" Watch "servlet database connnetivity using MS SQL server" New topic
Author

servlet database connnetivity using MS SQL server

Catherine austin
Ranch Hand

Joined: Jul 20, 2011
Posts: 43
The following code runs fine but prints "failed connection" .
Here's the code :" form.html"



Code for servlet : "ganesha.java"




Kindly help me sort out this.
Matthew Brown
Bartender

Joined: Apr 06, 2010
Posts: 3795
    
    1

You're printing "Failed connection" in a finally block. That means it's always going to be printed - the finally block will always run (that's what it's for).

I suspect what you really wanted to do was print that out if there's an exception, in which case it needs to be in a catch block.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: servlet database connnetivity using MS SQL server
 
Similar Threads
Probelm in applet/servlet communication
getWriter() has already been called for this response
Exception executing servlet with database connectivity
detect the session attributes after the session is TimeOut?
not able to insert values in ms access database