datetime

  • Thread starter Thread starter Miliuccio
  • Start date Start date
How are you inserting the data? with a SqlCeCommand and Parameter for the
date value? in that case you can parse the date into a DateTime value and
set that as your parameter value. Take a look at the DateTime.Parse method
for how to specify a particular format.

Peter
 
but i want to set SQL SERVER CE to accept datetime like my SQL2000SERVER
14/04/2005 12.45.00
 

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

Similar Threads


Back
Top