Current situation: 1. Open a DB for read/write 2. Create a temp table 3. Read data from outside source and put into the temp table 4. Do a join on the temp table and another table in the DB 5. Return results
This is happening a lot, and it might be the cause customers are having problem. Can the code be changed to open the DB as read only and attach to a :memory: database, or would the :memory: database also be read only? Sam _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users