Re: Output stored procedure
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Thu, 25 May 2006 14:23:16 +0000 (UTC)
Filips Benoit (benoit.filips@xxxxxxxxxx) writes:
How can I show the resultrecords of a SP.
I can be done by doubleclick the SPname?
But how to do it by code.
I want the following interface
In my form the user
1 selects a SP (combobox showing a userfrinly name)
2 adds the related parameters
3 and then click the show result-button
but the .execute command doen't show teh records.
I don't know what .execute you are using, but I would not expect an
..execute method to display any data on its own, but return data in
some data struction that the application would have to deal with.
I want the same output as you have doublclicking the SPname in the
objectwindow.
What object window? This is nothing I'm familiar with.
To summarise: you need to provide more details on what you are actually
doing. What sort of environment do you have? What client API etc?
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- Output stored procedure
- From: Filips Benoit
- Output stored procedure
- Prev by Date: Re: Limiting Rows in a Report
- Next by Date: Re: Log shipping failover
- Previous by thread: Output stored procedure
- Next by thread: Limiting Rows in a Report
- Index(es):
Relevant Pages
|