pcc
Well-known Member
- Joined
- Jan 21, 2003
- Messages
- 1,382
- Office Version
- 2021
- Platform
- Windows
I have an application using Excel 2000 to write data to, and read data from, an Access 2007 database (using, ADO, and SQL created within Excel VBA).
This works OK except that the volumes of data, and the fact that I am creating temporary tables and deleting them, means that the database bloats, and, when it gets to 2Gb, the system stops working. I am told that SQLite might be a solution, but have no experience of using this.
Does anyone use SQLite in this fashion, and if so, can you point me in the right direction to get started (eg syntax for the connection string to the database, any peculiar idiosynchracies in the SQL language that might be relevant etc?
Hope someone can help out, all information gratefully received.
Regards
This works OK except that the volumes of data, and the fact that I am creating temporary tables and deleting them, means that the database bloats, and, when it gets to 2Gb, the system stops working. I am told that SQLite might be a solution, but have no experience of using this.
Does anyone use SQLite in this fashion, and if so, can you point me in the right direction to get started (eg syntax for the connection string to the database, any peculiar idiosynchracies in the SQL language that might be relevant etc?
Hope someone can help out, all information gratefully received.
Regards