Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to do a SELECT on a RecordSet

 
   Database Help (Home) -> Visual Basic RSS
Next:  Merging Records  
Author Message
Bret

External


Since: Feb 09, 2005
Posts: 1



(Msg. 1) Posted: Wed Feb 09, 2005 6:35 am
Post subject: How to do a SELECT on a RecordSet
Archived from groups: comp>lang>basic>visual>database (more info?)

How would I do a SELECT on a ADODB.RecordSet?

I have created the recordset from an Oracle database using a Select
statement with a Group By. Now I need to Select from that result and
further Group By and Sum. The logic of the statements don't allow for
it to be one Select Statement as I need to use the first recordset as
well.

Any ideas? Please advise. Thanks in advance.

 >> Stay informed about: How to do a SELECT on a RecordSet 
Back to top
Login to vote
Veign

External


Since: Apr 22, 2004
Posts: 13



(Msg. 2) Posted: Wed Feb 09, 2005 1:40 pm
Post subject: Re: How to do a SELECT on a RecordSet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What are you trying to do that could not be accomplished in a single SQL
statement?. You can embed SELECT statements in a single nested SQL
statement.

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
<a style='text-decoration: underline;' href="http://www.veign.com/vrc_main.asp" target="_blank">http://www.veign.com/vrc_main.asp</a>
--

"Bret" <Bret.Griswold.DeleteThis@goodrich.com> wrote in message
news:1107956138.160330.8250@c13g2000cwb.googlegroups.com...
 > How would I do a SELECT on a ADODB.RecordSet?
 >
 > I have created the recordset from an Oracle database using a Select
 > statement with a Group By. Now I need to Select from that result and
 > further Group By and Sum. The logic of the statements don't allow for
 > it to be one Select Statement as I need to use the first recordset as
 > well.
 >
 > Any ideas? Please advise. Thanks in advance.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: How to do a SELECT on a RecordSet 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> Visual Basic All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]