sethindeed Posted February 12, 2003 Posted February 12, 2003 I have a datetime field in an Access database. I am unable to save the current time (Timeofday). The time is always saved as 0:00 in the database. I add a watch to timeofday, and it is actually containing the current time. The problem is when I save..no error but no time saved ( all my other fields are saved correctly, including date ) Anybody heard about this one ? thx Quote What I don't know keeps me excited...
*Experts* Nerseus Posted February 12, 2003 *Experts* Posted February 12, 2003 What code are you using to perform your save? Are you building up a SQL String where you do something like "Date.ToString(...)" which might be cutting off the time portion when converting to a string? -nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
sethindeed Posted February 12, 2003 Author Posted February 12, 2003 Yes. I solved this problem earlier today thx anyway ;) Quote What I don't know keeps me excited...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.