SQL error: not an error
Jun 15th, 2010 | By Christian Donner | Category: Mobile Devices, Smartphone“SQL error: not an error” is an odd SQLite error message that can be confusing. It stumped me for a moment. The fix is quite simple: C:\Android\android-sdk-windows\tools>adb -e shell # sqlite3 /data/data/com.pod.tripsnmiles/tripsnmiles/tripsnmiles sqlite3 /data/data/com.pod.tripsnmiles/tripsnmiles/tripsnmiles SQLite version 3.5.9 Enter “.help” for instructions sqlite> select * from trip; select * from trip; SQL error: not an error [...]
