I am using Mysql Database with C#.
problem is i am using datediff() function returns int that value is stored in C# property int variable while assign giving error as cannot covert system.Int64 to System.Int32.
please provide me some idea abut this error.