Click here to Skip to main content
15,910,980 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Combine multiple images into one Pin
Maximilien18-Mar-03 9:07
Maximilien18-Mar-03 9:07 
GeneralRe: Combine multiple images into one Pin
AWebDude18-Mar-03 9:34
AWebDude18-Mar-03 9:34 
GeneralRe: Combine multiple images into one Pin
Larry Antram18-Mar-03 10:05
Larry Antram18-Mar-03 10:05 
GeneralSort Pin
Anthony988718-Mar-03 7:16
Anthony988718-Mar-03 7:16 
GeneralRe: Sort Pin
valikac18-Mar-03 8:49
valikac18-Mar-03 8:49 
GeneralRe: Sort Pin
Chris Meech18-Mar-03 8:57
Chris Meech18-Mar-03 8:57 
GeneralHelp! Pin
Dennis L18-Mar-03 6:59
Dennis L18-Mar-03 6:59 
GeneralRe: Help! Pin
AlexO18-Mar-03 7:39
AlexO18-Mar-03 7:39 
DAO used to be great with small databases like access, not good for transaction and somewhat slow. I would not use it if I had a choose

ODBC -
pro
Is great unified db access model, depending on the driver/database access it could be as fast as native API.
cons
Very difficult interface + Microsoft seems to consider it to be outdated

OLEDB - from my experience not much different from ODBC, except for having COM
interfaces. If you only have to work with MS SQL Server it is probably the way to go. It has some MTS/COM+ support and some XML support. Again Microsoft seems too indicate it is going to go away with ADO.NET.

ADO - COM wrapper around ODBC/OLEDB (depends on the version). It is a bit slow, but interface is very simple. MTS/COM+ automatic support. some XML support.

ADO.NET - Highly recommended(marketed) by Microsoft. It has extensive XML support. I do not completely understand what the big deal is , it seems the same as old ADO. If you do .Net it is the only choose.





GeneralRe: Help! Pin
Anonymous18-Mar-03 9:20
Anonymous18-Mar-03 9:20 
GeneralRe: Help! Pin
AlexO18-Mar-03 10:29
AlexO18-Mar-03 10:29 
GeneralRe: Help! Pin
Anonymous18-Mar-03 9:21
Anonymous18-Mar-03 9:21 
GeneralShell Namespace Pin
Ana Lucia18-Mar-03 6:41
Ana Lucia18-Mar-03 6:41 
Generalchanging an int to a _variant_t Pin
Chris Eatough18-Mar-03 6:20
Chris Eatough18-Mar-03 6:20 
GeneralRe: changing an int to a _variant_t Pin
Ian Darling18-Mar-03 6:35
Ian Darling18-Mar-03 6:35 
GeneralRe: changing an int to a _variant_t Pin
Chris Eatough18-Mar-03 6:37
Chris Eatough18-Mar-03 6:37 
GeneralHeader of files !!! Pin
ZarrinPour18-Mar-03 6:19
ZarrinPour18-Mar-03 6:19 
GeneralRe: Header of files !!! Pin
User 665818-Mar-03 8:01
User 665818-Mar-03 8:01 
GeneralOpening Word Doc files Pin
Madmaximus18-Mar-03 5:46
Madmaximus18-Mar-03 5:46 
GeneralRe: Opening Word Doc files Pin
Phil Boyd18-Mar-03 16:36
Phil Boyd18-Mar-03 16:36 
GeneralRe: Opening Word Doc files Pin
Madmaximus19-Mar-03 6:31
Madmaximus19-Mar-03 6:31 
GeneralRe: Opening Word Doc files Pin
Phil Boyd19-Mar-03 7:01
Phil Boyd19-Mar-03 7:01 
QuestionForcing a page fault? Pin
Jim A. Johnson18-Mar-03 5:07
Jim A. Johnson18-Mar-03 5:07 
GeneralAdding header file to a precompiled header Pin
actarusgoldrake18-Mar-03 5:06
actarusgoldrake18-Mar-03 5:06 
GeneralRe: Adding header file to a precompiled header Pin
Brian Shifrin18-Mar-03 6:16
Brian Shifrin18-Mar-03 6:16 
GeneralRe: Adding header file to a precompiled header Pin
Rick York18-Mar-03 6:44
mveRick York18-Mar-03 6:44 

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.