Persistent Connection

Hello

I have a problem in connection to sybase

I have a program that changes the password on all sybase servers. After the connection I close it by using the Close() method. Although I close it , after the connection is made, I still am active on some servers . I think it is maybe the problem of persistent connection(I am not sure what is it) .

I am using java servlet and apache tomcat

Is there any other way to close this connection?

thanks

Message was edited by:

azadehhomayoun

[532 byte] By [azadehhomayouna] at [2007-11-27 0:59:02]
# 1

Normally this would suggest that the reason is because you are not in fact closing the connection each time.

I suppose it is possible that because you are changing the password then that alter that.

It could also just be that the reporting methodology you are using (to determine the connection still exists) isn't keeping up with the fact that the connection is closed. Waiting a minute and then running the report again would demonstrate this.

jschella at 2007-7-11 23:33:13 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...