Formview problem

  • Thread starter Thread starter LP
  • Start date Start date
L

LP

Hi all

I try to insert new a date field formatted as {0:dd/MM/yyyy} and I get this
error type mismatch? what is the problem?

The insert code is : Insert into database (birthdate) values (@birthdate)
anything wrong with the code?

thanks
 
Hi all

I try to insert new a date field formatted as {0:dd/MM/yyyy} and I get this
error type mismatch? what is the problem?

The insert code is : Insert into database (birthdate) values (@birthdate)
anything wrong with the code?

Post your actual code.
 
Back
Top