nishit sharma <[EMAIL PROTECTED]>
wrote:
my question is it  is possible to send variable in sqlite3_exec()
command and get the desired results or
there is different alternate to meet the requirement,

Not with sqlite3_exec. See sqlite3_prepare, sqlite3_bind_*, sqlite3_step, sqlite3_column_*, sqlite3_reset, sqlite3_finalize.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to