Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen19-Jan-04 9:27
Antti Keskinen19-Jan-04 9:27 
GeneralRe: Working with Files in Visual C++ Pin
satcat19-Jan-04 15:04
satcat19-Jan-04 15:04 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen20-Jan-04 8:05
Antti Keskinen20-Jan-04 8:05 
GeneralRe: Working with Files in Visual C++ Pin
satcat20-Jan-04 13:30
satcat20-Jan-04 13:30 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen21-Jan-04 1:31
Antti Keskinen21-Jan-04 1:31 
GeneralRe: Working with Files in Visual C++ Pin
satcat21-Jan-04 6:08
satcat21-Jan-04 6:08 
GeneralRe: Working with Files in Visual C++ Pin
satcat26-Jan-04 0:16
satcat26-Jan-04 0:16 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen26-Jan-04 4:16
Antti Keskinen26-Jan-04 4:16 
GeneralRe: Working with Files in Visual C++ Pin
satcat26-Jan-04 5:08
satcat26-Jan-04 5:08 
QuestionHow to create Outlook type interface? Pin
BrockVnm16-Jan-04 7:54
BrockVnm16-Jan-04 7:54 
AnswerRe: How to create Outlook type interface? Pin
Michael P Butler16-Jan-04 8:11
Michael P Butler16-Jan-04 8:11 
GeneralRe: How to create Outlook type interface? Pin
BrockVnm16-Jan-04 8:17
BrockVnm16-Jan-04 8:17 
GeneralRe: How to create Outlook type interface? Pin
alex.barylski16-Jan-04 10:00
alex.barylski16-Jan-04 10:00 
GeneralRS232 Question Pin
srev16-Jan-04 7:30
srev16-Jan-04 7:30 
GeneralRe: RS232 Question Pin
Roger Wright16-Jan-04 7:39
professionalRoger Wright16-Jan-04 7:39 
GeneralRe: RS232 Question Pin
waffleman16-Jan-04 7:42
waffleman16-Jan-04 7:42 
GeneralRe: RS232 Question Pin
srev17-Jan-04 1:38
srev17-Jan-04 1:38 
QuestionHow to list member? Pin
Silly Boy16-Jan-04 7:08
Silly Boy16-Jan-04 7:08 
AnswerRe: How to list member? Pin
alex.barylski16-Jan-04 10:39
alex.barylski16-Jan-04 10:39 
AnswerRe: How to list member? Pin
Gary R. Wheeler18-Jan-04 2:15
Gary R. Wheeler18-Jan-04 2:15 
Generalmessage box Pin
parthmankad16-Jan-04 7:04
parthmankad16-Jan-04 7:04 
GeneralRe: message box Pin
Maximilien16-Jan-04 7:44
Maximilien16-Jan-04 7:44 
Generalserial port communication Pin
parthmankad16-Jan-04 7:02
parthmankad16-Jan-04 7:02 
Generaldispalying record from database Pin
parthmankad16-Jan-04 7:00
parthmankad16-Jan-04 7:00 
GeneralRe: dispalying record from database Pin
Antti Keskinen16-Jan-04 8:15
Antti Keskinen16-Jan-04 8:15 
You use a combination of CDatabase and CRecordset objects, with a data source (DSN) on your machine. Basically, the CDatabase connects to the data source by it's name, and then a CRecordset object is created.

You then write a query with the recordset, and execute it. When done, the recordset object contains the results of the query.

See the MSDN for more information.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.

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.