02-19-2012, 08:10 PM
I want to suggest to change in Data.cs - Method DeleteCharacterChecker and UpdateCharList to use:
DateTime Deltime = DateTime.Parse(val);
instead of all that ToInt32 converting and back to datetime.
Im not sure about your mysql version, but mine uses / instead of . between day,month,year. As result .Parse method fix this problem.
I didnt check all the source for other places where this function is used.
Regards, Yujin.
