- VERSION 5.08.02

- Se hizo un cambio para tratar de que las conexiones se "identifiquen" con Oracle y Jorge pueda saber que conexiones/recursos estamos ocupando
This commit is contained in:
2025-08-02 22:46:38 -06:00
parent 45e4336d3c
commit 6597ef3394
4 changed files with 11 additions and 6 deletions

View File

@@ -29,7 +29,9 @@ Sub Handle(req As ServletRequest, resp As ServletResponse)
Connector = Main.Connectors.Get("DB1")
Dim con As SQL
Try
Log(1)
con = Connector.GetConnection("DB1")
Log("regresamos 1")
If method = "query2" Then
q = ExecuteQuery2("DB1", con, in, resp)
'#if VERSION1