[sqlite] Solution for VxWorks problem when using file

2009-04-23 Thread Branko Zebec
Hi all, I try to build SQLite on VxWorks and it was ok. I make also create, insert, update, delete and select to :memory: and to file to /tffs file system and also to ramDisk. Some people have a problem with file. I found a problem in function access. This function is missing in VxWorks. After

[sqlite] How to get WHERE condition in sqlite?

2009-06-11 Thread Branko Zebec
Hello, Eample: select * from table1 where id=2 and name='Mitja'; I give from vdbe: - sqlite3_column_count(pVM); - sqlite3_column_name(pVM, i); but how can I get where condition? It is also parsed and interpreted in some structures? I need this datas for another