Re: [sqlite] How to find number of tables

2012-02-25 Thread Guy Terreault
Hi, you can find info here http://www.sqlite.org/faq.html#q7 On 12-02-25 12:02 PM, inq1ltd wrote: sqlite3 help, Can someone tell me how to find the names of the tables that exist in a database? I don't see it in the list of Pragma's jd ___

Re: [sqlite] PRAGMA journal_mode=WAL;

2012-02-01 Thread Guy Terreault
On 12-02-01 04:32 AM, Marcus Grimm wrote: On 01.02.2012 09:32, Guy Terreault wrote: On 12-02-01 03:03 AM, Larry Brasfield wrote: I cannot answer why Simon does not write demo code at every opportunity, but I think I speak for more than just myself by revealing that I have other work

Re: [sqlite] PRAGMA journal_mode=WAL;

2012-02-01 Thread Guy Terreault
On 12-02-01 03:03 AM, Larry Brasfield wrote: Guy Terreault wrote: Hi, Simon. I have been reading your back and forth answers like the next 4 responce. And I am still waiting for the example that works in c code like the one that Bill McCormick that is wrong. Why do you not include in your

Re: [sqlite] PRAGMA journal_mode=WAL;

2012-01-31 Thread Guy Terreault
Hi, Simon. I have been reading your back and forth answers like the next 4 responce. And I am still waiting for the example that works in c code like the one that Bill McCormick that is wrong. Why do you not include in your answer a working correction of the c code so that followers can