A recent addition to dwsDataBase is the DataBasePool static class. As the names indicates, it facilitates pooling database connections from the script-side, while previously you had to rely on Delphi or driver-side pooling (or lack of). DataBasePool This is a really simple affair, with only three methods: Acquire(name) : acquires a DataBase object from the…
↧