So just to confirm - the Select structure (Select *p) is populated after the call to sqlite3Select() method right? In that case if I call sqlite3PrintSelect() after this then the statement will be printed right?
Thanks Rohit On 7/27/07, Joe Wilson <[EMAIL PROTECTED]> wrote: > > --- 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] > ----------------------------------------------------------------------------- > > >