mirror of
https://github.com/KeymonSoft/jRDC-Multi.git
synced 2026-04-17 21:06:24 +00:00
- VERSION 5.08.25
- Se modificaron los archivos de reinicio de los servicios (servidor y Bow) y se cambio el menu del "manager" para que a seccion de "reload" incluya la liga a reinciar Bow.
This commit is contained in:
@@ -29,9 +29,8 @@ 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")
|
||||
Log("Metodo: " & method)
|
||||
If method = "query2" Then
|
||||
q = ExecuteQuery2("DB1", con, in, resp)
|
||||
'#if VERSION1
|
||||
|
||||
Reference in New Issue
Block a user