[HELP]Making mysql to ini

06/03/2009 07:02 Pete1990#1
Ok im trying to make somthing ini here is what the thing is
HTML Code:
public static void Expball(Character Charr)
        {
            try
            {
                MySqlCommand Command = null;
                Command = new MySqlCommand("UPDATE `Characters` SET `expballend` = '" + Charr.expballend.ToString() + "',`expball` = '" + Charr.expball + "' WHERE `Account` = '" + Charr.MyClient.Account + "'", Connection);
                Command.ExecuteNonQuery();

            }
            catch (Exception Exc) { General.WriteLine(Convert.ToString(Exc)); }
        }
Now the only problem is Its useing 2 things i know how to do it with ini for one but not two can someone