Date Issue - Remoting or SQL Server

  • Thread starter Thread starter Mike Kearl
  • Start date Start date
M

Mike Kearl

I am having a problem with dates and storing them to SQL server.

When I save a date it is saving instead of 04/15/2004 00:00:000 as 4/14/2004
23:00:00:000

But in winforms it is showing as 4/15/2004 in the datetime picker. This is
causing problems with reports and such.

I was using the standard winforms datetimepicker to choose the dates and
then just using standard ado to save to my sql server.


Anyone have any ideas as to what may be happening?
 
After some extensive testing it looks like it has somthing to do with
remoting. My entire application is remoted
 

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