I got an Access file with the follow fields,
Name, Date, Time.
in vb.net I declared and connected to Access and got the data in recordset. But I have problem with accessing the field.
in vb6 I can do like this.
MyVar = rs("Date") where rs is the recordset
I tried that but did not work with .net
how do u do it in
Name, Date, Time.
in vb.net I declared and connected to Access and got the data in recordset. But I have problem with accessing the field.
in vb6 I can do like this.
MyVar = rs("Date") where rs is the recordset
I tried that but did not work with .net
how do u do it in