Microsoft
Software
Hardware
Network
Question : Converting an Access Date/Time column's value to a DateTime object
My program is throginw an exception on this line:
DateTime time = reader.GetDateTime(date_ti
me_sentInd
ex);
But I do not understand why? It's a C# program trying to read that value from an Access database.
Here's the exception:
Specified cast is not valid. line:606 stracktrace: at System.Data.OleDb.ColumnBi
nding.Valu
eDateTime(
)
I have verified the column number is valid, and do not know what I'm doing wrong.
Could someone please help?
newbieweb
Answer : Converting an Access Date/Time column's value to a DateTime object
Try
DateTime time = Convert.ToDateTime(reader.
GetDateTim
e(date_tim
e_sentInde
x));
HTH
Ashok
Random Solutions
Microsoft, Access, 2007, Prevent exclusive locking of linked table
Edot form data
Problem with Backup Configuration Wizard in SBS 2003 - "An unexpected error occurred (80070057). The parameter is incorrect"
How to view Session 0 Applications in Windows 2008?
copy selected macros to a brand new workbook
FormsAuthentication.Redire<wbr />ctFromLogi<wbr />nPage question
Repeat Header columns on each and every page of the Report
MDI form background colour
Drag and drop files in ms access form to be stored sepratly
Deleting empty columns in dataset