Kirrthana M <kirrthana-Ig93jE4/[EMAIL PROTECTED]> wrote:
To perform a search i used the query SELECT along with sqlite3_exec..Execution is successful but the result is not displayed in the screen.how to retrieve the result.Give me a suggestion.
Don't use sqlite3_exec. Use sqlite3_prepare, sqlite3_step, sqlite3_column_*, sqlite3_finalize
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------