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

