Hello.
I am doing some database statement on code (select ... from myTable ... update() ... etc.)
I want to have another "layer" of statement, that is on separate connection (with separate transactions ...)
How can I do that?
Thanks :)
Hello.
I am doing some database statement on code (select ... from myTable ... update() ... etc.)
I want to have another "layer" of statement, that is on separate connection (with separate transactions ...)
How can I do that?
Thanks :)