Re: [sqlite] sqlite3_prepare performance

2008-04-16 Thread Igor Tandetnik
"Farzana" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > We are working in eVC++ environment with SQLite database. > We are using the functions sqlite3_prepare and sqlite3_step to > execute the query. While passing the sqlite3_prepare step its taking > some time whereas after passing

[sqlite] sqlite3_prepare performance

2008-04-16 Thread Farzana
Dear All, We are working in eVC++ environment with SQLite database. We are using the functions sqlite3_prepare and sqlite3_step to execute the query. While passing the sqlite3_prepare step its taking some time whereas after passing this step the other functions are quite fast. We are passing the