Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert CString to WSTR Pin
Tim Smith17-May-03 1:43
Tim Smith17-May-03 1:43 
GeneralFitting Text into a Rect Pin
cdsmith16-May-03 9:15
cdsmith16-May-03 9:15 
GeneralRe: Fitting Text into a Rect Pin
Neville Franks16-May-03 13:57
Neville Franks16-May-03 13:57 
GeneralRe: Fitting Text into a Rect Pin
Baris Kurtlutepe16-May-03 14:20
Baris Kurtlutepe16-May-03 14:20 
Questionbleared bitmap ? Pin
_skidrow_vn_16-May-03 9:01
_skidrow_vn_16-May-03 9:01 
GeneralWindow icon without close button / system menu Pin
Jonathan Lee Brown16-May-03 7:37
Jonathan Lee Brown16-May-03 7:37 
QuestionHow to use Oracle Stored Procs in MFC using CRecordset derived classes Pin
achandra00716-May-03 7:35
achandra00716-May-03 7:35 
AnswerRe: How to use Oracle Stored Procs in MFC using CRecordset derived classes Pin
basementman16-May-03 8:26
basementman16-May-03 8:26 
What you need to do is return a reference cursor in your stored procedure. In your ODBC query, you need to place a parameter marker (?) in your query:

return _T("{CALL SAL2UNI_GETPLANS(param1, ?)}");

If you read the Oracle ODBC driver info, it will give complete doc on this. Also, this is how you can return multiple result sets from an Oracle proc.

EX: CALL MYPROC('ACCT1', ?, ?)

where MYPROC opens two reference cursors.

Good luck and hope this helps.
QuestionFlashWindowEx not declared? Pin
Aidman16-May-03 6:24
Aidman16-May-03 6:24 
AnswerRe: FlashWindowEx not declared? Pin
Michael Dunn16-May-03 6:47
sitebuilderMichael Dunn16-May-03 6:47 
AnswerRe: FlashWindowEx not declared? Pin
User 665816-May-03 7:56
User 665816-May-03 7:56 
GeneralRe: FlashWindowEx not declared? Pin
Aidman16-May-03 9:33
Aidman16-May-03 9:33 
GeneralRe: FlashWindowEx not declared? Pin
User 665816-May-03 10:01
User 665816-May-03 10:01 
GeneralRe: FlashWindowEx not declared? Pin
Aidman16-May-03 22:49
Aidman16-May-03 22:49 
GeneralMessage mapping Pin
RalfPeter16-May-03 5:51
RalfPeter16-May-03 5:51 
GeneralRe: Message mapping Pin
Bartosz Bien16-May-03 14:25
Bartosz Bien16-May-03 14:25 
GeneralActiveX Licensing Issues Pin
John Childress16-May-03 5:50
John Childress16-May-03 5:50 
GeneralCannot Add Member Pin
Shay Harel16-May-03 5:47
Shay Harel16-May-03 5:47 
GeneralUsing yourDLL in myDLL Pin
SoloVision16-May-03 3:51
SoloVision16-May-03 3:51 
GeneralTopmost dialog :o) Pin
MemLeak16-May-03 2:54
MemLeak16-May-03 2:54 
GeneralRe: Topmost dialog :o) Pin
Rage16-May-03 3:22
professionalRage16-May-03 3:22 
GeneralExtended controls Pin
Xakep16-May-03 2:30
Xakep16-May-03 2:30 
GeneralRe: Extended controls Pin
Dominik Reichl16-May-03 2:45
Dominik Reichl16-May-03 2:45 
GeneralRe: Extended controls Pin
Xakep16-May-03 7:42
Xakep16-May-03 7:42 
GeneralMaximising CMDIChildWnd Pin
Jawache16-May-03 2:13
Jawache16-May-03 2:13 

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.