@@ -40,11 +40,11 @@ SQLStatement: (OFConstantString *)SQLStatement { self = [super init]; @try { - int code = sqlite3_prepare_v2(connection->_db, + int code = sqlite3_prepare_v2(connection->_conn, SQLStatement.UTF8String, SQLStatement.UTF8StringLength, &_stmt, NULL); if (code != SQLITE_OK) @throw [SL3PrepareStatementFailedException