*/
if (sqlite3_prepare_v2(s, sql_dep, -1, &stmt, NULL) != SQLITE_OK) {
printf("prout\n");
ERROR_SQLITE(s);
goto cleanup;
}