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

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

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

[sqlite] Move rowset pointer to Initial record

2008-05-28 Thread sqlite
Dear All, 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 and to fetch the records.By executeing the Query and we moves to