Per scrivere nel database SQL uso questa funzione:

codice:
        internal string RunQuery(string TheQuery)
        {
            MySQL_Conn.Execute(TheQuery, ???, ???);
        }

Il problema č che non so cosa ci vā al posto dei punti interrogativi ...