Hi,
I am fetching a Recordset from Oracle database. The Query is following:
Select to_date(date1,'dd-mon-yyyy'),count(*) from Mytable
group by to_date(date1,'dd-mon-yyyy')

This query can be executed perfectly on Oracle prompt but in VB it produces the following error:
multiple step generated errors. Check each status Value.

Can anyone help me? Why this is so?
Plz reply soon.