Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I have a dataset in which i have these values

Order Time                Order No.  Amount  Status
Oct 15 2011 5:59PM    7e1ce8      $ 1817   Redeemed
Oct 15 2011 6:06PM    4539c8      $ 1817   Pending
Oct 29 2011 5:52PM    ec1a4d      $ 519     Pending
Oct 29 2011 5:53PM    1c7aaa      $ 519     Pending
Oct 29 2011 5:53PM    f7cba3      $ 519      Pending
Oct 29 2011 5:54PM    aeb5b4      $ 519     Pending
Oct 29 2011 5:59PM    464a02      $ 1168   Pending
Oct 29 2011 6:06PM    71e7e2      $ 519     Pending
Oct 29 2011 6:09PM    b47af1      $ 519      Pending

I want to modifie the time from IST to EST in the dataset itself.
I am using VS2010.
Please Help
Posted
Updated 27-Nov-11 0:54am
v2

1 solution

I do not think this is a good approach. This should be done at Database level. But if in case you want to do this any how then below link has a work-around for this.

http://support.microsoft.com/kb/842545
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900