Re: how to deal with multiple result sets in D6 ADO?
From: David S (nowhere_at_nowthere.com)
Date: 03/14/05
- Previous message: Andrew: "Re: MSAccess and ADO"
- In reply to: Peds: "Re: how to deal with multiple result sets in D6 ADO?"
- Next in thread: Brian Bushay TeamB: "Re: how to deal with multiple result sets in D6 ADO?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 13 Mar 2005 21:55:11 -0700
Great resource I didn't know about!
I found exactly what I was looking for.
Thanks!
-David
Peds wrote:
>
> "David S" <nowhere@nowthere.com> wrote in message
> news:423136BE.C6E74CFE@nowthere.com...
> > Thanks, but after further studying, I find I need more info. Can you
> > possibly point to a code example somewhere? I've been searching the
> > web, and haven't found anything beyond the "examples" in Delphi's help,
> > which aren't terribly informative in this case. And the help text
> > itself looks to be adapted from Microsoft's documentation and not very
> > well tailored for Delphi.
> >
> > For instance, in SQL Server 2k, the sp_help proc returns a varying
> > number of result sets, between one and six or so, depending on the
> > argument you pass to it. Can each result set be displayed in a separate
> > TDBGrid? Or do you need to extract data and stuff it into a TStrinGrid
> > if you want to display it? When you switch result sets, how do you know
> > what a given result set represents if the number of result sets varies?
> > When you run sp_help in the Query Analyzer, that's one thing: you can
> > eyeball the data and figure out what it is. But, what's an application
> > to do? Surely, someone has discussed this topic somewhere!
>
> David,
>
> Search on NextRecordSet on
> http://www.fulltextsearch.com (Borland newsgroups)
- Previous message: Andrew: "Re: MSAccess and ADO"
- In reply to: Peds: "Re: how to deal with multiple result sets in D6 ADO?"
- Next in thread: Brian Bushay TeamB: "Re: how to deal with multiple result sets in D6 ADO?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|