B4J Question JRDC2 DBrequestManager connection event

derez

Expert
Licensed User
Longtime User
DBRequestManager is initialized with an address. If there is no communication there is no event to show it until the program crashes. I'd like to keep it alive and use it with its internal DB instead, how to do it ?
 

derez

Expert
Licensed User
Longtime User
 
Upvote 0

derez

Expert
Licensed User
Longtime User
The communication error in the application occurs after this line is implemented and before the job_done is testing the success:
B4X:
    j.PostBytes(link & "?method=" & Method , Data)
In DBrequestManager sub SendJob.

Note: the error happened because I forgot to use the duckdns address, but it demonstrates the problem.
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…