Click here to Skip to main content
16,014,765 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Frequency of sound card Pin
Mika Soukhov31-May-02 12:49
Mika Soukhov31-May-02 12:49 
GeneralRe: Frequency of sound card Pin
Mike Nordell1-Jun-02 0:11
Mike Nordell1-Jun-02 0:11 
GeneralRe: Frequency of sound card Pin
Mika Soukhov1-Jun-02 4:16
Mika Soukhov1-Jun-02 4:16 
GeneralRe: Frequency of sound card Pin
Mike Nordell1-Jun-02 7:47
Mike Nordell1-Jun-02 7:47 
GeneralRe: Frequency of sound card Pin
Mika Soukhov1-Jun-02 10:09
Mika Soukhov1-Jun-02 10:09 
GeneralRe: Frequency of sound card Pin
Mike Nordell1-Jun-02 20:52
Mike Nordell1-Jun-02 20:52 
Generalreturn Recordset Pin
Max Santos31-May-02 9:46
Max Santos31-May-02 9:46 
GeneralRe: return Recordset Pin
Le centriste31-May-02 12:09
Le centriste31-May-02 12:09 
Max... Santos wrote:
How can i return a recorset from a Stored procedure ?

Every SELECT statement in a stored proc generates a recordset (except SELECT statements that assign their columns to local variables). You can navigate through the recordsets using the NextRecordset method.

Max... Santos wrote:
why is this allways returning a closed recorset?

If the SELECT statement returns no rows (or there is no SELECT statement), it returns a closed recordset.

Michel

It is a lovely language, but it takes a very long time to say anything in it, because we do not say anything in it, unless it is worth taking a very long time to say, and to listen to.

- TreeBeard
GeneralRe: return Recordset Pin
Max Santos31-May-02 12:22
Max Santos31-May-02 12:22 
GeneralRe: return Recordset Pin
Le centriste31-May-02 12:30
Le centriste31-May-02 12:30 
GeneralVS .NET and RichEdit 2.0 Control Pin
dazinith31-May-02 9:35
dazinith31-May-02 9:35 
GeneralRe: VS .NET and RichEdit 2.0 Control Pin
James R. Twine31-May-02 10:10
James R. Twine31-May-02 10:10 
GeneralRe: VS .NET and RichEdit 2.0 Control Pin
Tomasz Sowinski31-May-02 10:09
Tomasz Sowinski31-May-02 10:09 
GeneralRe: VS .NET and RichEdit 2.0 Control Pin
Ed Gadziemski31-May-02 11:11
professionalEd Gadziemski31-May-02 11:11 
GeneralRe: VS .NET and RichEdit 2.0 Control Pin
dazinith31-May-02 10:27
dazinith31-May-02 10:27 
GeneralExcel and DAO - Getting currency prefixes in individual cells Pin
achandra00731-May-02 9:09
achandra00731-May-02 9:09 
Questionwhy why??? Pin
pnpfriend31-May-02 9:03
pnpfriend31-May-02 9:03 
AnswerRe: why why??? Pin
dazinith31-May-02 9:32
dazinith31-May-02 9:32 
GeneralRe: why why??? Pin
pnpfriend1-Jun-02 5:49
pnpfriend1-Jun-02 5:49 
AnswerHave your ever used debugger? Pin
soptest31-May-02 9:46
soptest31-May-02 9:46 
GeneralRe: Have your ever used debugger? Pin
Tomasz Sowinski31-May-02 10:22
Tomasz Sowinski31-May-02 10:22 
GeneralRe: Have your ever used debugger? Pin
soptest31-May-02 13:32
soptest31-May-02 13:32 
GeneralRe: Have your ever used debugger? Pin
Tomasz Sowinski31-May-02 22:43
Tomasz Sowinski31-May-02 22:43 
GeneralRe: Have your ever used debugger? Pin
pnpfriend1-Jun-02 5:51
pnpfriend1-Jun-02 5:51 
GeneralString Manipulation Problem Pin
Sidney31-May-02 8:36
Sidney31-May-02 8:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.