Click here to Skip to main content
16,011,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: waveInOpen - Unresolved External Symbol ! Pin
Paddy6-Nov-02 10:38
Paddy6-Nov-02 10:38 
GeneralRe: waveInOpen - Unresolved External Symbol ! Pin
User 66586-Nov-02 11:22
User 66586-Nov-02 11:22 
GeneralRe: waveInOpen - Unresolved External Symbol ! Pin
Paddy6-Nov-02 12:12
Paddy6-Nov-02 12:12 
GeneralICLocate causes user breakpoint when opening a driver for drawing. Pin
Redeemer-dk6-Nov-02 9:30
Redeemer-dk6-Nov-02 9:30 
GeneralCRecordset Alternatives Pin
slacker6-Nov-02 8:44
slacker6-Nov-02 8:44 
GeneralRe: CRecordset Alternatives Pin
Pyt6-Nov-02 9:32
Pyt6-Nov-02 9:32 
GeneralRe: CRecordset Alternatives Pin
slacker6-Nov-02 9:34
slacker6-Nov-02 9:34 
GeneralRe: CRecordset Alternatives Pin
Stefan Pedersen6-Nov-02 15:54
Stefan Pedersen6-Nov-02 15:54 
I have done my fair share of DB programming during the last years and all I have to say is...

Stay away from ADO, it contains so many gotchas that it's plain silly. Also it really lacks the performance needed for heavy multi-user system.

My recomendation would be OLEDB by using the ATL supportclasses (CCommand, CRowset and so on). Use the wizard to get the hang of things then write your own code by hand since the wizard (IMHO) is a bit to stupid to be used in production code.

If you still REALLY want to use ADO get the MS Press book, Programming ADO (it's good), and read it cover-cover atleast 2 times then check out OLEDB again Smile | :)
QuestionCFont, Bold? Italic? How??? Pin
BlackSmith6-Nov-02 8:42
BlackSmith6-Nov-02 8:42 
AnswerRe: CFont, Bold? Italic? How??? Pin
valikac6-Nov-02 12:23
valikac6-Nov-02 12:23 
Generalmdi problem Pin
Lucky20026-Nov-02 8:07
Lucky20026-Nov-02 8:07 
GeneralRe: mdi problem Pin
jhwurmbach6-Nov-02 20:54
jhwurmbach6-Nov-02 20:54 
GeneralToolbar related Pin
Shamoon6-Nov-02 7:30
Shamoon6-Nov-02 7:30 
QuestionShowing a minimized child dialog in the taksbar ?? Pin
Cris6-Nov-02 6:40
Cris6-Nov-02 6:40 
AnswerRe: Showing a minimized child dialog in the taksbar ?? Pin
Hans Ruck6-Nov-02 7:35
Hans Ruck6-Nov-02 7:35 
GeneralRe: Showing a minimized child dialog in the taksbar ?? Pin
Cris7-Nov-02 2:35
Cris7-Nov-02 2:35 
Generalchanging the property of an edit control allow to enter only numbers at runtime Pin
Joan M6-Nov-02 6:28
professionalJoan M6-Nov-02 6:28 
GeneralRe: changing the property of an edit control allow to enter only numbers at runtime Pin
Paul M Watt6-Nov-02 7:10
mentorPaul M Watt6-Nov-02 7:10 
QuestionHOW TO: Get the notification of the scrolling of the scrollbars of a listctrl. Pin
Joan M6-Nov-02 5:57
professionalJoan M6-Nov-02 5:57 
AnswerRe: HOW TO: Get the notification of the scrolling of the scrollbars of a listctrl. Pin
Cris6-Nov-02 6:33
Cris6-Nov-02 6:33 
GeneralMicrosoft Text To Speech SDK 5.0 Pin
Member 15922366-Nov-02 5:57
Member 15922366-Nov-02 5:57 
GeneralDynamic Icon Pin
Happy_Dog6-Nov-02 5:36
Happy_Dog6-Nov-02 5:36 
GeneralRe: Dynamic Icon Pin
Blade[DMS]6-Nov-02 5:47
Blade[DMS]6-Nov-02 5:47 
GeneralRe: Dynamic Icon Pin
Happy_Dog6-Nov-02 6:09
Happy_Dog6-Nov-02 6:09 
GeneralOnDrawItem question Pin
RuiSantiago6-Nov-02 5:28
RuiSantiago6-Nov-02 5:28 

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.