A
Aaron
When I insert records into SQL Server CE it does a
dateadd on its own upon inserting. It adds the timezone
that is in the setup of the PPC.
i.e: I am in EST (GMT + 5) so 17:00 becomes 12:00 in the
database.
I want to prevent this, is there a way??? If not how can
I get the current time setting so I can do a date add on
my own thereby reversing what it is going to do?
This is the last piece of my program!!!
Aaron
dateadd on its own upon inserting. It adds the timezone
that is in the setup of the PPC.
i.e: I am in EST (GMT + 5) so 17:00 becomes 12:00 in the
database.
I want to prevent this, is there a way??? If not how can
I get the current time setting so I can do a date add on
my own thereby reversing what it is going to do?
This is the last piece of my program!!!
Aaron