--- Rohit Mordani <[EMAIL PROTECTED]> wrote: > However, how do I pass the > SQL statement, get it parsed and populate the structure? sqlite3SelectNew() > is a function that I saw, however that just takes in the different sections > of the SQL Statement. I want to start with a user specified SQL query and > eventually get the Select structure. Is there a sequence of calls that I can > make to achieve this?
Yeah, I provided that information in the previous post. Run sqlite3 in a debugger and set a breakpoint in sqlite3Select(). Issue a query and when the breakpoint hits, traverse the "Select* p" argument. That's the Select structure. Happy hacking. ____________________________________________________________________________________ Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/ ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------