Hi,
You are right: There must be only one runner, and only one database.
I do understand your previous point now.
In details, I thought about a DBabstraction class, with high level public functions (ie. Get all records that have an 'active' flag set on).
Internally this would call basic create/read/update/delete private functions within the class.
But I have no idea on how to code this.
Can you give me a hint on how should I modify my code to implement this ?
Thanks again PaulS.