The TODO sample works with only one table. Based on its code, it would seem that:
- A connection is requested for each table created.
- The connection is never closed.
Evidently, there is a lot I don't understand. If anyone can point me to a sample that works properly with multiple tables, I will be on my way.
Thank you all.