Hi All, We have downloaded the sqlite version 3.6.7 code and built the LIB files specific for the following processors x86,MIPS,ARMV4T and ARMV4I. In these all works except the one built for ARMV4T processor. The lib file gets generated successfully and we have included it into our EVC4 project to built an application for DTX 10 device which is of ARMV4T processor, the exe is also generated successfully.
But when we execute the application we face the issues, the Connection to the DB through SQLITE3_OPEN is successful and when to try to access the DB with some queries through SQLITE3_EXEC and it is getting failed with the error SQLITE_ERROR. " E.g we executed "select * from Auditors", but the reuslt is "no such table : Auditors exists" (actually the table exists in the DB). We have used the same sqlite source code to build the lib file for ARMV4I processor and it is working fine in the devices. At the same time the SQLITE version 3.6.1 LIB file for ARMV4T processor is working fine in the device, kindly let us know what could be the problem in our case. Regards Farzana -- View this message in context: http://www.nabble.com/SQLITE-LIB-%28-3.6.7-version%29-for-ARMV4T-processor-tp21172113p21172113.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

