On 6/4/07, Omar Eljumaily <[EMAIL PROTECTED]> wrote:

qlite3_prepare_v2(con->_db, text.c_str(), text.size(),  &_stmt, &tail);
sqlite3_bind_text(_stmt, which, s.c_str(), s.size(), SQLITE_TRANSIENT);
sqlite3_step(_stmt);

Is one step enough to finish the operation?

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

Reply via email to