Click here to Skip to main content
15,897,519 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: function templates - C++ standard vs. VC6 Pin
peterchen3-Aug-04 20:05
peterchen3-Aug-04 20:05 
GeneralCalling classes from DLLs Pin
Bisyork3-Aug-04 8:20
Bisyork3-Aug-04 8:20 
GeneralRe: Calling classes from DLLs Pin
Jaime Stuardo3-Aug-04 9:01
Jaime Stuardo3-Aug-04 9:01 
GeneralRe: Calling classes from DLLs Pin
Bisyork3-Aug-04 10:50
Bisyork3-Aug-04 10:50 
GeneralRe: Calling classes from DLLs Pin
Jaime Stuardo3-Aug-04 11:03
Jaime Stuardo3-Aug-04 11:03 
GeneralRe: Calling classes from DLLs Pin
Bisyork3-Aug-04 14:52
Bisyork3-Aug-04 14:52 
GeneralCDatabase && CRecordSet Pin
0v3rloader3-Aug-04 6:38
0v3rloader3-Aug-04 6:38 
GeneralRe: CDatabase && CRecordSet Pin
Jaime Stuardo3-Aug-04 9:18
Jaime Stuardo3-Aug-04 9:18 
AFAIK CDatabase, CRectordset, etc, connects to a database by using ODBC driver, and that way of connection is always slower than accessing directly database native driver, as it adds other layer to the database connection. They are easy to use, bad provide poor performance.

To connect to database I programmed my own class named CDatabase that encapsulates all database connection using ADO.

It's known that by using ADO, the program doesn't access directly the database driver, but it's only one layer over the OLEDB driver, being a good choice (and easy choice) to access a database.

Jaime
GeneralBut... Pin
0v3rloader3-Aug-04 10:06
0v3rloader3-Aug-04 10:06 
GeneralRe: But... Pin
Jaime Stuardo3-Aug-04 10:15
Jaime Stuardo3-Aug-04 10:15 
GeneralGreat! Pin
0v3rloader3-Aug-04 10:31
0v3rloader3-Aug-04 10:31 
GeneralRe: Great! Pin
Jaime Stuardo3-Aug-04 10:56
Jaime Stuardo3-Aug-04 10:56 
GeneralThanks Pin
0v3rloader3-Aug-04 11:41
0v3rloader3-Aug-04 11:41 
GeneralRe: Thanks Pin
Jaime Stuardo3-Aug-04 14:20
Jaime Stuardo3-Aug-04 14:20 
GeneralRe: Thanks Pin
0v3rloader3-Aug-04 23:09
0v3rloader3-Aug-04 23:09 
GeneralRe: CDatabase && CRecordSet Pin
Michael P Butler4-Aug-04 0:12
Michael P Butler4-Aug-04 0:12 
GeneralMFC CSockets Pin
pork chop3-Aug-04 6:39
pork chop3-Aug-04 6:39 
GeneralRe: MFC CSockets Pin
palbano3-Aug-04 9:39
palbano3-Aug-04 9:39 
QuestionHow to open an specific view? Pin
Ivan Cachicatari3-Aug-04 6:14
Ivan Cachicatari3-Aug-04 6:14 
AnswerRe: How to open an specific view? Pin
Roger Allen3-Aug-04 6:44
Roger Allen3-Aug-04 6:44 
GeneralWeird Irda problem and abnormally increasing HANDLE count... Pin
3-Aug-04 5:25
suss3-Aug-04 5:25 
GeneralRe: Weird Irda problem and abnormally increasing HANDLE count... Pin
Trollslayer3-Aug-04 6:40
mentorTrollslayer3-Aug-04 6:40 
GeneralQuestion Pin
rfixxxer3-Aug-04 5:23
rfixxxer3-Aug-04 5:23 
GeneralRe: Question Pin
jmkhael3-Aug-04 5:39
jmkhael3-Aug-04 5:39 
GeneralRe: Question Pin
Michael P Butler3-Aug-04 5:40
Michael P Butler3-Aug-04 5:40 

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.