Click here to Skip to main content
15,909,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help - Additional Segments Need to be defined ??? Pin
alien0016-Feb-04 3:33
alien0016-Feb-04 3:33 
GeneralRe: Help - Additional Segments Need to be defined ??? Pin
David Crow6-Feb-04 4:12
David Crow6-Feb-04 4:12 
GeneralRe: Help - Additional Segments Need to be defined ??? Pin
Anonymous6-Feb-04 4:17
Anonymous6-Feb-04 4:17 
GeneralRe: Help - Additional Segments Need to be defined ??? Pin
David Crow6-Feb-04 4:32
David Crow6-Feb-04 4:32 
GeneralMFC Pin
Mohannadfx6-Feb-04 0:43
Mohannadfx6-Feb-04 0:43 
GeneralRe: MFC Pin
фил6-Feb-04 0:59
фил6-Feb-04 0:59 
QuestionWhich recordset to use CRecordset or CDaoRecordset with Ms Access database? Pin
d01530306-Feb-04 0:19
sussd01530306-Feb-04 0:19 
AnswerRe: Which recordset to use CRecordset or CDaoRecordset with Ms Access database? Pin
David Crow6-Feb-04 2:49
David Crow6-Feb-04 2:49 
The main difference is that CDaoRecordset accesses data through a Data Access Object (DAO) based on OLE. CRecordset accesses the DBMS through Open Database Connectivity (ODBC) and an ODBC driver for that DBMS. The DAO classes generally offer superior capabilities because they are specific to the Microsoft Jet database engine. So you need to decide if you want to access the data through DAO or ODBC, although the DAO classes can access both types of data sources. That will govern which class to use.


A rich person is not the one who has the most, but the one that needs the least.
GeneralSetMenuItemInfo & SysTray Pin
Victor19785-Feb-04 23:56
Victor19785-Feb-04 23:56 
QuestionChanging paper size - how??? Pin
Anonymous5-Feb-04 23:32
Anonymous5-Feb-04 23:32 
AnswerSorry about double post Pin
Anonymous5-Feb-04 23:36
Anonymous5-Feb-04 23:36 
AnswerRe: Changing paper size - how??? Pin
CodeBrain6-Feb-04 0:33
CodeBrain6-Feb-04 0:33 
GeneralRe: Changing paper size - how??? Pin
Anonymous7-Mar-04 21:48
Anonymous7-Mar-04 21:48 
GeneralChanging paper size Pin
Anonymous5-Feb-04 23:32
Anonymous5-Feb-04 23:32 
GeneralRe: Changing paper size Pin
Robert A. T. Káldy7-Feb-04 21:58
Robert A. T. Káldy7-Feb-04 21:58 
GeneralRe: Changing paper size Pin
Anonymous7-Mar-04 21:42
Anonymous7-Mar-04 21:42 
QuestionRecordset requery and movelast problem? Pin
d01530305-Feb-04 23:24
sussd01530305-Feb-04 23:24 
AnswerRe: Recordset requery and movelast problem? Pin
David Crow6-Feb-04 4:06
David Crow6-Feb-04 4:06 
GeneralOverloading operator new Pin
RichardS5-Feb-04 23:04
RichardS5-Feb-04 23:04 
GeneralRe: Overloading operator new Pin
фил6-Feb-04 1:24
фил6-Feb-04 1:24 
GeneralRe: Overloading operator new Pin
Tim Smith6-Feb-04 4:20
Tim Smith6-Feb-04 4:20 
GeneralRe: Overloading operator new Pin
Tim Smith6-Feb-04 4:17
Tim Smith6-Feb-04 4:17 
GeneralGraphics in Visual C++ Pin
chadell5-Feb-04 23:01
chadell5-Feb-04 23:01 
GeneralRetriving User Login Logoff time from Domain Server Pin
bilal785-Feb-04 22:46
bilal785-Feb-04 22:46 
GeneralDo You Like C/C++ Pin
Anonymous5-Feb-04 22:43
Anonymous5-Feb-04 22:43 

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.