Mina R Waheeb <[EMAIL PROTECTED]> wrote:
So, I have two questions about that mechanism of executing the quires:
- What is the language type that's the code generator is generating?

http://sqlite.org/vdbe.html
http://sqlite.org/opcode.html

- Can i skip the SQL parsing and provide ready compiled statement to
be executed by the VM and tells SQLite what exactly to do, Not what
the generator understands from my SQL.?

You may want to look at SQLite Stored Statement Extension:

http://archives.devshed.com/forums/showpost.php?p=5772144&postcount=8

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to