Hi to all, I'm basically trying to copy a set of tables from a datasource to a sqlite db. In order to do that, I created a piece of code that dynamically build a parametrized insert for each table passed and and uses it. The code is working, but, even for a beginner like me, doesn't look very...