I got but the return type of all API's is int..So where the result will get stored and how can i get..Please don't get fed up with the same question again and again i am not getting how to ask this? i used sqlite_exec() i don't know where the result stored and how to get it. I also used the following here also i am getting SQLITE_OK but where the result i am not getting
sqlite3_prepare(db,szQuery, -1 , &pStmt, 0); errcode = sqlite3_step(pStmt); Now where my result will be .....Please do needful.I am very thankful to you -Sandhya ----- Original Message ----- From: "Jay Sprenkle" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Friday, September 15, 2006 8:10 PM Subject: Re: [sqlite] Which API to use to get resultant of query > On 9/15/06, sandhya <[EMAIL PROTECTED]> wrote: > > Actually my query is returing only one data ie OID of the file....In this > > case what i can do to get that data.Where it will get stored? > > look at the documentation for sqlite_bind(): > http://sqlite.org/capi3ref.html#sqlite3_bind_text > It explains how to send parameters to a query > > to get the results: > http://sqlite.org/capi3ref.html#sqlite3_column_int > > -------------------------------------------------------------------------- --- > To unsubscribe, send email to [EMAIL PROTECTED] > -------------------------------------------------------------------------- --- > ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------