[HELP]help me with thes earror

12/17/2008 09:47 taylor2846#1
i put acc and char into ini files but i left inv and wh in MySql i got it to it to work

my only problem is macking it insert the info like Account into MySql when someone creats a new account

iv tryed puting somting like

Code:
                MySqlCommand Command = new MySqlCommand("INSERT INTO edata (Account) VALUES ('" + UClient.Account + ")", Connection);
                Command.ExecuteNonQuery();
into creatchar but i get a earror