}if((sqlite_error =sqlite3_bind_int(pStm->pPrepInsert,2, TransID))!=SQLITE_OK) { gDiagnostics.DiagOut(eDLFatal,gszProcName,"sqlite - bind prepared statement: %s", sqlite3_errmsg(m_pDB)); CloseDatabase(true);return(eBSFerrInternal); }if((sqlite_error =sqlite3_bind_int(pStm->pPrep...