Walaa wrote:
SelfServicing you can just set the global timout property, and then you can reset it back after calling the SP.
In Adapter this can be set per database call.
For example in a web application, does it mean between the period i change it and reset it to its original value,all requests made will be using the changed value?
If am supposed to change the command time out in multiple locations, then I set it and in another place in code its being reset to the original value, it means all subsequent calls will use the reset value, right?
Is it possible to edit the templates, e.g dbUtils.template, and actionProceduresAdapter.template to add the command time out as a parameter?
If yes will the newly edited template be supported if migrated to new LLBLGen Pro versions?