[sqlite] Full trace(s) of the CREATE, INSERT and SELECT functionalities of Sqlite

2013-01-02 Thread u okafor
Dear members, We are still working on an SQLITE project; the primary focus at this point is to get a flow of execution for each of the the following commands:   CREATE TABLE , INSERT into (table) SELECT * (from table)   We are interested in the complete flow (from beginning to end) for each of

[sqlite] Fw: create table question

2012-08-25 Thread u okafor
TABLE, is there any way to do this? That is, simply display each method or function in the order in which it was called? rkkuzo   - Forwarded Message - From: Simon Slavin <slav...@bigfraud.org> To: u okafor <uo07...@yahoo.com>; General Discussion of SQLite Database <sqlite-u

[sqlite] create table question

2012-08-11 Thread u okafor
Dear Forum members, We are doing a CREATE TABLE query; sqlite3_step() is called in shell.c and along the way, sqlite3VdbeExec() is called. sqlite3VdbeExec() call is pased with "p" pointer which contains "aOp" array. Could you please tell us where this "aOp" array is created in the code... 

[sqlite] Fw: Fw: Fw: A question on sqlite processing

2012-08-07 Thread u okafor
: "Black, Michael (IS)" <michael.bla...@ngc.com> To: u okafor <uo07...@yahoo.com>; "sqlite-users@sqlite.org" <sqlite-users@sqlite.org> Sent: Tuesday, January 3, 2012 10:22 AM Subject: RE:Fw: [sqlite] Fw: A question on sqlite processing Why don't you try t

[sqlite] Pager Sub-system

2012-01-17 Thread u okafor
Dear sir, Is there a way to turn off the Pager subsystem of SQLIte application - that is, not have to deal with declarations and definitions of the functions ** that make up the Pager sub-system API? uo+   As examples:   /* Open and close a Pager connection. */ SQLITE_PRIVATE int

[sqlite] Fw: Fw: A question on sqlite processing

2012-01-03 Thread u okafor
over to have just the bare application. Can you help me?   - Forwarded Message - From: "Black, Michael (IS)" <michael.bla...@ngc.com> To: u okafor <uo07...@yahoo.com>; General Discussion of SQLite Database <sqlite-users@sqlite.org> Sent: Friday, December

[sqlite] Fw: A question on sqlite processing

2011-12-30 Thread u okafor
and obviously with a reason - only I don't know what that reason is, please help   Yours truly, uzo okafor    - Forwarded Message - From: Richard Hipp <d...@sqlite.org> To: u okafor <uo07...@yahoo.com> Sent: Wednesday, December 28, 2011 8:45 PM Subject: Re: A question on sqlit