Click here to Skip to main content
15,921,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Deleting tmp files from windows service Pin
Jörgen Sigvardsson3-Dec-03 8:54
Jörgen Sigvardsson3-Dec-03 8:54 
GeneralRe: Deleting tmp files from windows service Pin
haritadala3-Dec-03 13:13
haritadala3-Dec-03 13:13 
GeneralRe: Deleting tmp files from windows service Pin
Jörgen Sigvardsson3-Dec-03 13:21
Jörgen Sigvardsson3-Dec-03 13:21 
Questionhow can i Transfer a PictureBox picture to an array of bytes? Pin
asd17533-Dec-03 7:41
asd17533-Dec-03 7:41 
GeneralDao DB Pin
rfraser3-Dec-03 6:11
rfraser3-Dec-03 6:11 
GeneralRe: Dao DB Pin
RChin3-Dec-03 7:33
RChin3-Dec-03 7:33 
GeneralRe: Dao DB Pin
GeMe_Hendrix3-Dec-03 11:31
GeMe_Hendrix3-Dec-03 11:31 
GeneralRe: Dao DB Pin
RChin3-Dec-03 12:54
RChin3-Dec-03 12:54 
This is true.
Although, to be on rfraser's side, DAO *is* much more faster and efficient than ADO due to the fact thats its inherently closer to the native JET engine.
I have been using ADO, over DAO for a while now and know of its scalability. But the downside is that you lose the data access speed that DAO is so good at.
Switching to ADO, no matter what the speed depreciation, is the way forward. If I remember correctly, Microsoft has stopped support for the JET engine as of V2.7 of the ADO distribution files. This is to promote the MSDE engine; a localised, 'baby' version of the SQL Server database system.


My advice is to start out on your db adventure with the CDAO* classes then quickly move on to ADO for real world, scalable applications.




I Dream of Absolute Zero

GeneralRe: Dao DB Pin
coralsnake_21-Dec-03 8:49
coralsnake_21-Dec-03 8:49 
GeneralScrolling CRichEditCtrl to the limit Pin
RickyC3-Dec-03 6:07
RickyC3-Dec-03 6:07 
GeneralCapture application start Pin
zebiloute3-Dec-03 5:45
zebiloute3-Dec-03 5:45 
GeneralRe: Capture application start Pin
Anonymous3-Dec-03 7:38
Anonymous3-Dec-03 7:38 
GeneralRe: Capture application start Pin
David Crow3-Dec-03 7:41
David Crow3-Dec-03 7:41 
GeneralRe: Capture application start Pin
Peter Molnar3-Dec-03 13:02
Peter Molnar3-Dec-03 13:02 
GeneralOracle BLOBs and VC++ Pin
JYoder3-Dec-03 5:32
JYoder3-Dec-03 5:32 
GeneralRe: Oracle BLOBs and VC++ Pin
Joel Lucsy3-Dec-03 8:34
Joel Lucsy3-Dec-03 8:34 
GeneralRe: Oracle BLOBs and VC++ Pin
JYoder3-Dec-03 8:42
JYoder3-Dec-03 8:42 
GeneralRe: Oracle BLOBs and VC++ Pin
Joel Lucsy3-Dec-03 9:04
Joel Lucsy3-Dec-03 9:04 
QuestionHow to get task manager-like info using C++? Pin
UcIk3-Dec-03 5:15
UcIk3-Dec-03 5:15 
AnswerRe: How to get task manager-like info using C++? Pin
Tim Deveaux3-Dec-03 5:43
Tim Deveaux3-Dec-03 5:43 
AnswerRe: How to get task manager-like info using C++? Pin
Antti Keskinen3-Dec-03 5:56
Antti Keskinen3-Dec-03 5:56 
AnswerRe: How to get task manager-like info using C++? Pin
Mike Dimmick3-Dec-03 6:34
Mike Dimmick3-Dec-03 6:34 
AnswerRe: How to get task manager-like info using C++? Pin
Peter Molnar3-Dec-03 13:09
Peter Molnar3-Dec-03 13:09 
AnswerRe: How to get task manager-like info using C++? Pin
UcIk3-Dec-03 17:19
UcIk3-Dec-03 17:19 
GeneralButton Control Pin
Best Friend3-Dec-03 4:27
Best Friend3-Dec-03 4:27 

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.