Click here to Skip to main content
16,005,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling conventions Pin
Nemanja Trifunovic23-Feb-02 17:30
Nemanja Trifunovic23-Feb-02 17:30 
QuestionWhat is the function of "PASCAL" in function declaration? Pin
Maer72730-Aug-01 4:24
Maer72730-Aug-01 4:24 
AnswerRe: What is the function of Pin
Joaquín M López Muñoz30-Aug-01 5:34
Joaquín M López Muñoz30-Aug-01 5:34 
GeneralRe: What is the function of Pin
Maer72730-Aug-01 16:24
Maer72730-Aug-01 16:24 
GeneralADO Refresh Method in C++ Pin
Bigge30-Aug-01 3:56
Bigge30-Aug-01 3:56 
GeneralRe: ADO Refresh Method in C++ Pin
CodeGuy30-Aug-01 4:15
CodeGuy30-Aug-01 4:15 
GeneralRe: ADO Refresh Method in C++ Pin
Bigge30-Aug-01 4:39
Bigge30-Aug-01 4:39 
GeneralRe: ADO Refresh Method in C++ Pin
CodeGuy30-Aug-01 4:52
CodeGuy30-Aug-01 4:52 
I made a mistake: I know you said Refresh, but I was thinking of Update instead. Sorry. :/

Let me see if I can help you though: I think you'll find that if you're trying to pass parameters to the DB, that you'd find it easier to pass the parameters like I'm doing in the code, rather than using CreateParameter. With MS Access, you pass a string "EXECUTE Authors 'Faulkner'" where 'Faulkner' is the query parameter. If you're passing numbers, don't use the single quotes.

For SQL Server, the only change is to use the CALL command instead of EXECUTE. This is documented inside the PhoneList's DBHandler class.

Best regards,

CodeGuy

The WTL newsgroup: 880 members and growing ... http://groups.yahoo.com/group/wtl
GeneralRe: ADO Refresh Method in C++ Pin
Rashid Thadha30-Aug-01 4:22
Rashid Thadha30-Aug-01 4:22 
GeneralUse DataBase In Dialog base Program Pin
Ghasrfakhri30-Aug-01 3:31
Ghasrfakhri30-Aug-01 3:31 
Generalmaneging mouse move Pin
Ghasrfakhri30-Aug-01 3:28
Ghasrfakhri30-Aug-01 3:28 
GeneralRe: maneging mouse move Pin
Christian Graus30-Aug-01 12:26
protectorChristian Graus30-Aug-01 12:26 
Generalchenge Edit Box (with CEdit) Pin
Ghasrfakhri30-Aug-01 3:20
Ghasrfakhri30-Aug-01 3:20 
QuestionCEdit ? Pin
otvac30-Aug-01 3:09
otvac30-Aug-01 3:09 
GeneralMFC problem Pin
Ghasrfakhri30-Aug-01 2:27
Ghasrfakhri30-Aug-01 2:27 
GeneralRe: MFC problem Pin
Christian Graus30-Aug-01 12:27
protectorChristian Graus30-Aug-01 12:27 
QuestionHow to create a floating toolbox? Pin
Huong30-Aug-01 2:06
Huong30-Aug-01 2:06 
QuestionHOW DO I DO IT ???? Pin
The_Server30-Aug-01 1:55
The_Server30-Aug-01 1:55 
AnswerRe: HOW DO I DO IT ???? Pin
Malcolm McMahon30-Aug-01 2:07
Malcolm McMahon30-Aug-01 2:07 
AnswerRe: HOW DO I DO IT ???? Pin
Michael Martin30-Aug-01 2:10
professionalMichael Martin30-Aug-01 2:10 
GeneralMSFlexgrid(rowselection) Pin
30-Aug-01 1:26
suss30-Aug-01 1:26 
GeneralRe: MSFlexgrid(rowselection) Pin
ORi x30-Aug-01 1:42
ORi x30-Aug-01 1:42 
Generalproblem in formview Pin
30-Aug-01 1:20
suss30-Aug-01 1:20 
GeneralXML insertBefore Pin
Jimmy Ehrnström30-Aug-01 0:43
Jimmy Ehrnström30-Aug-01 0:43 
GeneralRe: XML insertBefore Pin
Alwin7530-Aug-01 3:34
Alwin7530-Aug-01 3:34 

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.