Jump to ID:
Multimedia

Project Home

Documents

Discussions

Wiki

Project Info
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.