1 Jun 2003 11:02
multiple sqlite structures
Hi, I have a program that has 3 sqlite structures open at one time. I am not multithreading. In do the following the in this order... 1. Open sqlite structure 1 2. Create 2 tables with sqlite structure 1 3. Open sqlite structure 2 4. Create 1 table with sqlite structure 2 5. Open sqlite structure 3 6. Create 1 table with sqlite structure 3 **7. Insert 1 row into a table created with sqlite structure 1 Step 7 is where sqlite returns the error: "database schema has changed" I compiled sqlite with the preprocessor macro THREADSAFE=1 just to be sure that was not the problem. Am I doing something not allowed? Thanks in advance, Jimmy. ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get A Free Psychic Reading! Your Online Answer To Life's Important Questions. http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/EbFolB/TM ---------------------------------------------------------------------~-> To unsubscribe from this group, send an email to: sqlite-unsubscribe@...(Continue reading)
RSS Feed