Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - SQLite3 on QNX Neutrino 6.x: Page 1 of 3 (3 Items)
   
SQLite3 on QNX Neutrino 6.x  
Hi, 
We are trying to Port  SQLite3 onto QNX Neutrino 6.x based system as part of a multimedia program.
We are receiving a SQL error DISK I/O ERROR on the execution of very first command (sqlite3_exec()) to create a table 
inside a database. Note: The database file was created (sqlite3_open() was successful).

From a similar post on qnx 4 support site we understand that the SQLite should work straight out of the box. Could 
somebody guide us with the required compilation flags/ macros that we should enable.
(For eg. is the flag -DSQLITE_OS_UNIX or more required)
Appreciate any help with this.