|
-
Dec 19th, 2001, 05:17 AM
#1
Thread Starter
Member
Select Query
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|