Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetSystemTime() will give me 8 WORDs and I need only 6 WORDs !!! Pin
Paolo Messina25-Jul-01 2:50
professionalPaolo Messina25-Jul-01 2:50 
GeneralAccess Database Help Pin
Cabadam24-Jul-01 17:50
Cabadam24-Jul-01 17:50 
GeneralRe: Access Database Help Pin
- Emanuele -24-Jul-01 21:18
- Emanuele -24-Jul-01 21:18 
GeneralRe: Access Database Help Pin
Cabadam25-Jul-01 1:08
Cabadam25-Jul-01 1:08 
GeneralRe: Access Database Help Pin
- Emanuele -25-Jul-01 2:44
- Emanuele -25-Jul-01 2:44 
GeneralRe: Access Database Help Pin
Doug Garno25-Jul-01 3:58
Doug Garno25-Jul-01 3:58 
GeneralRe: Access Database Help Pin
Cabadam25-Jul-01 5:08
Cabadam25-Jul-01 5:08 
GeneralRe: Access Database Help Pin
Doug Garno25-Jul-01 6:27
Doug Garno25-Jul-01 6:27 
In the Code Project's General section - Database area, there is an artical called "The CGeneric Database class".

What this does is allow you to use the CGeneric recordset without binding the columns the way Class Wizard does. You can either set/get the column data via the calls like GetBool( "Column Name" ); or GetBool( column number );

This is a Dynamic way to use DAO vs the static way that Class Wizard does it. Also if you add new fields to the table, you don't have to rework the code, just add the new Get/Set routines.
GeneralRe: Access Database Help Pin
Oscar Vazquez25-Jul-01 8:32
Oscar Vazquez25-Jul-01 8:32 
Generaltext in ActiveX control window Pin
Bok David24-Jul-01 17:46
Bok David24-Jul-01 17:46 
QuestionCould someone send me DBGHELP.LIB/.DLL? Pin
24-Jul-01 16:31
suss24-Jul-01 16:31 
AnswerRe: Could someone send me DBGHELP.LIB/.DLL? Pin
Ben Burnett24-Jul-01 19:46
Ben Burnett24-Jul-01 19:46 
GeneralCDaoIndex Pin
otvac24-Jul-01 15:36
otvac24-Jul-01 15:36 
GeneralRe: CDaoIndex Pin
Doug Garno24-Jul-01 23:27
Doug Garno24-Jul-01 23:27 
QuestionAren't ActiveX controls universal? Pin
Sam C24-Jul-01 15:34
Sam C24-Jul-01 15:34 
AnswerRe: Aren't ActiveX controls universal? Pin
Sam C24-Jul-01 20:36
Sam C24-Jul-01 20:36 
GeneralGetting access to a variable. Pin
John Uhlenbrock24-Jul-01 13:31
John Uhlenbrock24-Jul-01 13:31 
GeneralRe: Getting access to a variable. Pin
Christian Graus24-Jul-01 14:13
protectorChristian Graus24-Jul-01 14:13 
QuestionHow to populate a tree control Pin
nulldreamer24-Jul-01 13:03
nulldreamer24-Jul-01 13:03 
AnswerRe: How to populate a tree control Pin
Doug Garno24-Jul-01 23:43
Doug Garno24-Jul-01 23:43 
GeneralMultiple Inheritence and MFC Pin
Stan Shannon24-Jul-01 10:24
Stan Shannon24-Jul-01 10:24 
GeneralRe: Multiple Inheritence and MFC Pin
Tomasz Sowinski24-Jul-01 10:46
Tomasz Sowinski24-Jul-01 10:46 
GeneralRe: Multiple Inheritence and MFC Pin
Stan Shannon24-Jul-01 11:52
Stan Shannon24-Jul-01 11:52 
GeneralRe: Multiple Inheritence and MFC Pin
Stan Shannon25-Jul-01 3:21
Stan Shannon25-Jul-01 3:21 
GeneralRe: Multiple Inheritence and MFC Pin
Tomasz Sowinski25-Jul-01 3:42
Tomasz Sowinski25-Jul-01 3:42 

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.