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 
them. We
use Visual Studio 2008 ide and the information we seek is similar to what is 
available
in the Call Stack (see sample stack below). Unfortunately, the Call Stack does 
not go 
far - there is a message that cautions 'frames below may be incorrect and/or 
missing, 
no symbols loaded for kernel32.dll'.
 
Is there documentation in Sqlite - that you can point us to - that has the 
sequence/order in
which methods/functions are called for CREATE table .  or INSERT into . or 
SELECT * from 
table? Alternatively, do you know how we could collect that information? Any 
pointers will be
greatly appreciated.
 
> sqlitez.exe!AOAmemset(void * dest=0x002ff164, int value=0, int num=1564)  
>Line 1368 + 0x9 bytes C
  sqlitez.exe!main_init(callback_data * data=0x002ff164)  Line 2670 + 0x10 
bytes C
  sqlitez.exe!main(int argc=1, char * * argv=0x00191290)  Line 2690 + 0xc bytes 
C
  sqlitez.exe!__tmainCRTStartup()  Line 582 + 0x19 bytes C
  sqlitez.exe!mainCRTStartup()  Line 399 C
  kernel32.dll!7604ed6c()  
  [Frames below may be incorrect and/or missing, no symbols loaded for 
kernel32.dll] 
  ntdll.dll!77b2377b()  
  ntdll.dll!77b2374e()  

Yours truly,
uzo okafor
p.s some of us would like to join your forum, please let us know the steps 
involved 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to