Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UNICODE and DataBases Pin
Michael Dunn19-Sep-02 8:02
sitebuilderMichael Dunn19-Sep-02 8:02 
GeneralRe: UNICODE and DataBases Pin
Anonymous19-Sep-02 8:34
Anonymous19-Sep-02 8:34 
GeneralDelay Loading of DLLs Pin
Rohit  Sinha19-Sep-02 7:33
Rohit  Sinha19-Sep-02 7:33 
GeneralRe: Delay Loading of DLLs Pin
Michael Dunn19-Sep-02 7:52
sitebuilderMichael Dunn19-Sep-02 7:52 
GeneralReturn value from a stored procedure in ADO Pin
youssef19-Sep-02 7:33
youssef19-Sep-02 7:33 
GeneralRe: Return value from a stored procedure in ADO Pin
TyMatthews19-Sep-02 9:15
TyMatthews19-Sep-02 9:15 
GeneralRe: Return value from a stored procedure in ADO Pin
youssef20-Sep-02 3:14
youssef20-Sep-02 3:14 
GeneralRe: Return value from a stored procedure in ADO Pin
TyMatthews20-Sep-02 5:36
TyMatthews20-Sep-02 5:36 
Ahh, your procedure has an output parameter, not a return value. That's a little different. What happens with this line of code:

varLiReturn = pCmd2->Parameters->Item[_T("Status")]->Value;

Does varLiReturn contain the right value, or do you get something incorrect? Does it throw a COM error at that point, or ? Everything looks okay just from a quick glance.


Ty


"The significant problems we face cannot be solved at the same level of thinking we were at when we created them." -Albert Einstein


GeneralRe: Return value from a stored procedure in ADO Pin
youssef20-Sep-02 5:48
youssef20-Sep-02 5:48 
GeneralRe: Return value from a stored procedure in ADO Pin
TyMatthews20-Sep-02 5:50
TyMatthews20-Sep-02 5:50 
GeneralRe: Return value from a stored procedure in ADO Pin
Carlos Antollini20-Sep-02 6:09
Carlos Antollini20-Sep-02 6:09 
GeneralRe: Return value from a stored procedure in ADO Pin
youssef20-Sep-02 7:38
youssef20-Sep-02 7:38 
GeneralRe: Return value from a stored procedure in ADO Pin
youssef20-Sep-02 10:16
youssef20-Sep-02 10:16 
Generalout of memory Pin
SamirSood19-Sep-02 7:15
SamirSood19-Sep-02 7:15 
GeneralRe: out of memory Pin
jmkhael19-Sep-02 7:42
jmkhael19-Sep-02 7:42 
GeneralRe: out of memory Pin
SamirSood19-Sep-02 20:37
SamirSood19-Sep-02 20:37 
GeneralTwo dimensional array Pin
needhelp5719-Sep-02 7:04
needhelp5719-Sep-02 7:04 
GeneralRe: Two dimensional array Pin
User 988519-Sep-02 7:04
User 988519-Sep-02 7:04 
GeneralRe: Two dimensional array Pin
needhelp5721-Sep-02 10:55
needhelp5721-Sep-02 10:55 
GeneralRe: Two dimensional array Pin
Michael Dunn19-Sep-02 7:53
sitebuilderMichael Dunn19-Sep-02 7:53 
GeneralRe: Two dimensional array Pin
valikac19-Sep-02 10:00
valikac19-Sep-02 10:00 
Generalmemory mapped file Pin
User 988519-Sep-02 6:43
User 988519-Sep-02 6:43 
GeneralRe: memory mapped file Pin
valikac19-Sep-02 10:06
valikac19-Sep-02 10:06 
GeneralRe: memory mapped file Pin
Neville Franks19-Sep-02 11:27
Neville Franks19-Sep-02 11:27 
GeneralRe: memory mapped file Pin
User 988519-Sep-02 15:35
User 988519-Sep-02 15:35 

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.