Hi,

I am trying to grab a value from a datetime field in SQL, but it doesnt
return nothing. I have declared:

Dim strDate as String

strDate = rsInfo.Fields("UploadDate").Value


It doesnt return anything. Al my other fields work, except that they are
of the datatype text.

How should I declare it??