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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top