Re: [sqlite] Move rowset pointer to Initial record

2008-05-28 Thread Igor Tandetnik
"sqlite" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks for your reply, we already tried this method but by executing > the sqlite_reset function it will again prepare the rowset, which > takes more time for us to get the initial record, is there any other > way to get the ini

Re: [sqlite] Move rowset pointer to Initial record

2008-05-28 Thread sqlite
Igor Tandetnik wrote: > > "sqlite" <[EMAIL PROTECTED]> wrote > in message news:[EMAIL PROTECTED] >> We are using SQLite for our application development which would be >> deployed in a pocket pc.Here we are using a query which has three >> Inner joins and using sqlite3_prepare and sqilte3_step fu

Re: [sqlite] Move rowset pointer to Initial record

2008-05-28 Thread Igor Tandetnik
"sqlite" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > We are using SQLite for our application development which would be > deployed in a pocket pc.Here we are using a query which has three > Inner joins and using sqlite3_prepare and sqilte3_step function to > prepare the records an