[sqlite] What does SQLITE_OS_WINRT mean

2014-03-12 Thread
What does the macro SQLITE_OS_WINRT mean? Just for windows runtime including win95 ,win98 and WinNT? ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] How to design this table?

2011-10-08 Thread
i have some data like a and b or c ...,there will be a word 'and' or 'or' which means the Logical relations between each item.So how to design a table to store the data in best way? ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] How Do i use sqlite3 log?

2011-10-05 Thread
Thank you very much for reply. yes.i have tried transaction ,and my database is created by the name ':memory:'. now it takes about 5 minutes to insert 20 thousand record. it is really slow. by the way,how do i use 'pragma'? like sqlite_exec(handle,PRAGMA cache_size = 4096,...)?

Re: [sqlite] How Do i use sqlite3 log?

2011-10-02 Thread
thank you very much for replying me. my application is really very slow when insert data,and i have tried translation. but it does not increase speed. so what can i do? ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] How Do i use sqlite3 log?

2011-10-01 Thread
How Do i use sqlite3 log? i want to check my pro. thanks ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users