Hi,
I am new in c#.I am doing billing project i have one form for billing it works well. But my doubt is when i click save button i got an exception Data type mismatch in criteria expression. But one thing all text box are fill it saved successfully. When some fields are empty i got the above exception please help me.....
Thanks in advance....
Loading
leathu rajPosted Mar 11, 2014, 2:46 AM
leathu rajPosted Mar 11, 2014, 2:45 AM
now it runs correctly
leathu rajPosted Mar 11, 2014, 2:43 AM
Biswa Pujarini MohapatraPosted Mar 8, 2014, 9:25 PM
Abhay ShankerPosted Mar 8, 2014, 8:47 PM
Cross check below points
Deepak Kumar ChoudharyPosted Mar 8, 2014, 5:16 AM
1.String should be within single Quotes.
2.Numeric values should not be within Quotes
The only reason this error occurs is on inserting wrong datatype to the field. Please check if the description (Datatype) about your field is mentioned correctly. And please specify what value you are supplying that gives this error.