J
jonny
I ran this query in sql server and it works good.
SELECT Availability FROM ProductivityData WHERE oDate BETWEEN
'12/18/2008' AND '12/22/2008'
When I took it to VB.net I get an error message. Does anyone know how
I can get this query to work in VB.net?
SELECT Availability FROM ProductivityData WHERE oDate BETWEEN
'12/18/2008' AND '12/22/2008'
When I took it to VB.net I get an error message. Does anyone know how
I can get this query to work in VB.net?