J
Jonny
Hi All,
when using the following select statement
Dim d1 As date = datetime.now
Dim CommandText1 As String = "select count(callid) as [Number of new
Calls] from calls where datetimecalllogged >="
CommandText1 = CommandText1 + d1
the record set seems to be filtered on the time only, 00:00:00,
returning all reocrds. Has anyone seen this before?
Jonny
when using the following select statement
Dim d1 As date = datetime.now
Dim CommandText1 As String = "select count(callid) as [Number of new
Calls] from calls where datetimecalllogged >="
CommandText1 = CommandText1 + d1
the record set seems to be filtered on the time only, 00:00:00,
returning all reocrds. Has anyone seen this before?
Jonny