Click here to Skip to main content
15,888,315 members

Comments by Member 11071741 (Top 2 by date)

Member 11071741 24-Mar-18 3:22am View    
Thank you.
I found the reason.
The problem is in the line
ArIn.Add(Convert.ToDateTime(mtTime.Text).ToString("HH:mm:ss"))
In mysql stored procedure this field is in the TIME format.
While avoiding this field its working.
please help
Member 11071741 21-Mar-18 9:22am View    
Thanks for your valuable comment.
The stored procedure is working fine in mysql query window but not in my application.