Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Question. Pin
Andrew Walker26-Oct-03 3:31
Andrew Walker26-Oct-03 3:31 
GeneralRe: C++ Question. Pin
WREY26-Oct-03 4:51
WREY26-Oct-03 4:51 
GeneralRe: C++ Question. Pin
Gary R. Wheeler26-Oct-03 4:53
Gary R. Wheeler26-Oct-03 4:53 
GeneralRe: C++ Question. Pin
WREY26-Oct-03 11:25
WREY26-Oct-03 11:25 
GeneralRe: C++ Question. Pin
Ravi Bhavnani26-Oct-03 5:25
professionalRavi Bhavnani26-Oct-03 5:25 
GeneralCreate Snapshot for MS ACCESS Pin
Azghar Hussain26-Oct-03 2:23
professionalAzghar Hussain26-Oct-03 2:23 
GeneralWinsock layered service provider, getting remote ip in WSPRecvFrom() Pin
Kuniva26-Oct-03 2:09
Kuniva26-Oct-03 2:09 
GeneralCdatabase embedded in my View Pin
tlbrown26-Oct-03 2:01
tlbrown26-Oct-03 2:01 
I am trying to grab some data from my database file and display the infromation in my view window. I made a standard scrollview app and added CRecordSet (RecSet) with class wizard. Right now I have this code in my OnDraw fucntion. I am sure there is a better place to put it but I am just playing around at the moment.

long *A;
RecSet *MyRec; // the name of my class is RecSet
MyRec=new RecSet(&m_dbCust); // CDatabase *m_dbCust
MyRec ->GetDefaultConnect();
MyRec ->GetDefaultSQL();
A = &MyRec ->m_Score;
MyRec ->Close();
m_dbCust.Close();

char *B="Hi",Z[100];
pDC ->TextOut(200,200,B);
sprintf(Z,"%d",A);
pDC ->TextOut(400,200,Z);

I know the GetDefaultConnect is working and am assuming he GetdefaultSQL is as well. Do I also need the DoFieldExchange in there as well? Right now I am just trying to grab the data from any row in the Score column of my table and print it to my screen. I am using sprintf because my data is a long type and that is the only way I have got it to convert and print other long numbers to the screen in some testing. Right now it is just printing some random number as far as I can tell. Anybody willing to give me a hint as to what I am missing?

A simpleton trying to get a clue…
QuestionHow to monitor the status of a process. Pin
George225-Oct-03 23:52
George225-Oct-03 23:52 
AnswerRe: How to monitor the status of a process. Pin
Jörgen Sigvardsson26-Oct-03 0:22
Jörgen Sigvardsson26-Oct-03 0:22 
GeneralRe: How to monitor the status of a process. Pin
George226-Oct-03 0:36
George226-Oct-03 0:36 
GeneralRe: How to monitor the status of a process. Pin
Jörgen Sigvardsson26-Oct-03 0:41
Jörgen Sigvardsson26-Oct-03 0:41 
GeneralRe: How to monitor the status of a process. Pin
George226-Oct-03 0:46
George226-Oct-03 0:46 
GeneralRe: How to monitor the status of a process. Pin
Jörgen Sigvardsson26-Oct-03 0:52
Jörgen Sigvardsson26-Oct-03 0:52 
GeneralRe: How to monitor the status of a process. Pin
George226-Oct-03 1:06
George226-Oct-03 1:06 
GeneralRe: How to monitor the status of a process. Pin
Jörgen Sigvardsson26-Oct-03 1:13
Jörgen Sigvardsson26-Oct-03 1:13 
GeneralRe: How to monitor the status of a process. Pin
George226-Oct-03 1:24
George226-Oct-03 1:24 
GeneralDial-Up Server programming for win98 Pin
Reza Azizi25-Oct-03 23:31
Reza Azizi25-Oct-03 23:31 
GeneralDLL problem Pin
Ghasrfakhri25-Oct-03 21:38
Ghasrfakhri25-Oct-03 21:38 
GeneralRe: DLL problem Pin
Jörgen Sigvardsson26-Oct-03 0:26
Jörgen Sigvardsson26-Oct-03 0:26 
GeneralATL collection and event firing Pin
Paul Farry25-Oct-03 19:45
professionalPaul Farry25-Oct-03 19:45 
GeneralRe: ATL collection and event firing Pin
Jörgen Sigvardsson26-Oct-03 0:34
Jörgen Sigvardsson26-Oct-03 0:34 
GeneralWhats the IP Mr. Winsock? (How can I find out a connected persons IP) Pin
STS_Secure_Telnet25-Oct-03 19:38
STS_Secure_Telnet25-Oct-03 19:38 
GeneralRe: Whats the IP Mr. Winsock? (How can I find out a connected persons IP) Pin
andyvinc25-Oct-03 21:35
andyvinc25-Oct-03 21:35 
Generalcharacter presentation Pin
convert_sg25-Oct-03 19:11
convert_sg25-Oct-03 19:11 

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.