K
Keith Sudbury
Guest
I know that on the .NET open client you need to call the dispose method before to the ReleaseConnection. I would be shocked if the java open client was different. MyAppObject.Dispose(); // Disconnect the application from the AppServer MyConn.ReleaseConnection(); // Release the connection held by the MyConn Connection object. knowledgebase.progress.com/.../P129149
Continue reading...
Continue reading...