Hi all, I am using the SQLite DB with MS VC++ v 6. In the code below you can see I am looping around a ODBC connection to an access database and I am inserting those records into my new SQLite database. My problem is SQLite.dll causes an access violation after inserting about 190 records. Does anyone have any ideas what I am missing or if this is a bug? Code...
You can isolate whether this is a speed issue or a quantity / data type issue by slowing down the inserts. For example, sleep a short time or a second between each row, and see if it still dies at 190 records. -- Darren Duncan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]