Hello.
I was using the old HTTPutils modules to both read and write data to 3 different databases, (MSSQL and Oracle).
After upgrading to B4A version 6 it would no longer compile in debug mode due to code in the httputils service module.
As it also no loger is recommended i switched to OkHttpUtils2.
But, from what i understand ALL jobs uses the same JobDone function?
This is not desirable for my application as it would create a humongous JobDone function, i proboby have around 25 different routines questioning the databases for various information.
Is it really no way to specify different JobDone functions, and if so, how?
Or if not, how would i preferably organise my routines?
Best regards.