G
Guest
Using the following against a sql database, I get a
system.IndexOutOfRangeException for the column name Add_Date which is valid
field name and is a datetime field. All the other columns work ok. Does
anybody have any ideas. I'm new with .Net and this is driving me crazy.
Dim intTblAddDate As Integer = myReader.GetOrdinal("Add_Date")
Thanks in advance... Dick Bellnier
system.IndexOutOfRangeException for the column name Add_Date which is valid
field name and is a datetime field. All the other columns work ok. Does
anybody have any ideas. I'm new with .Net and this is driving me crazy.
Dim intTblAddDate As Integer = myReader.GetOrdinal("Add_Date")
Thanks in advance... Dick Bellnier