mirror of
https://github.com/KeymonSoft/jRDC-Multi.git
synced 2026-04-17 21:06:24 +00:00
- VERSION 4.11.14
- Se agregó el parametro "setMaxPoolSize=5" para que solo genere 5 conexiones a la base de datos, antes generaba 15. - Se quitaron lineas previamente comentadas.
This commit is contained in:
@@ -29,7 +29,6 @@ Sub Handle(req As ServletRequest, resp As ServletResponse)
|
||||
Connector = Main.Connectors.Get("DB3")
|
||||
Dim con As SQL
|
||||
Try
|
||||
' con = Main.rdcConnectorDB3.GetConnection("DB3")
|
||||
con = Connector.GetConnection("DB3")
|
||||
If method = "query2" Then
|
||||
q = ExecuteQuery2("DB3", con, in, resp)
|
||||
|
||||
Reference in New Issue
Block a user