Good morning, sorry for post in the wrong place i lose my glasses.
Now i need know what do this handlers in Remote Connector
I figured out what do Test and what do rdc, i need one command alone? sorry by my ignorance.
JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
Thank you as ever
Now i need know what do this handlers in Remote Connector
B4X:
Sub AppStart (Args() As String)
srvr.Initialize("")
rdcConnector1.Initialize
srvr.Port = rdcConnector1.serverPort
srvr.AddHandler("/test", "TestHandler", False) '<----- what do?
srvr.AddHandler("/rdc", "RDCHandler", False) '<----- what do?
srvr.Start
Log($"jRDC is running (version = $1.2{VERSION})"$)
StartMessageLoop
End Sub
I figured out what do Test and what do rdc, i need one command alone? sorry by my ignorance.
JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
Thank you as ever