Hi rajeswari,
1. Argument outofrangeException
MSDN document: ArgumentOutOfRangeException Class
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
I suggest you debug your code step by step to check which method uses the "index" argument, and what is the actual range of this argument. Then you could determine how to pass a correct value to it.
2. MysqlException:Incorrect datetime value:2013-10-10 05:22:55 for column in_time at row 1
This means that the column in_time in table transaction doesn't accept date format like "2013-10-10 05:22:55". Please check the table definition to find out the correct date format.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
No comments:
Post a Comment