Hi folks, I have a problem with version 3.9.1 of sqlite. I have migrated a DB from ms access to sqlite using the tool at http://mdb2sq3.codeplex.com.
Some columns are empty either using sqlite3.exe or sqlite3.dll at the current version. Using version 3.8.10.2 (I compiled it by myself), the column are not empty. DB is found at: https://dl.dropboxusercontent.com/u/4904447/khirapumpsshaft.db. For example in the kcomponent table I get null values on ID_KCOMPONENT column. Whereas on the old version it works. Thanks in advance, Andi