Hi guys,
I have sql command in jRDC config file, something like this
Login_procedure is a stored procedure in database server. When I changed the stored procedure, the effect is not right away, it took same time to get the new effect. I have to restart jRDC server to get immediately effect.
Is there a way to get immediately effect without need to restart jRDC server?
Thanks in advance.
I have sql command in jRDC config file, something like this
B4X:
sql.login = SELECT * from Login_procedure(?,?,?)
Login_procedure is a stored procedure in database server. When I changed the stored procedure, the effect is not right away, it took same time to get the new effect. I have to restart jRDC server to get immediately effect.
Is there a way to get immediately effect without need to restart jRDC server?
Thanks in advance.