Click here to Skip to main content
16,005,389 members
Home / Discussions / Database
   

Database

 
GeneralRe: own database Pin
Todd Smith5-Aug-01 16:42
Todd Smith5-Aug-01 16:42 
Generalown database Pin
3-Aug-01 5:38
suss3-Aug-01 5:38 
Generalown database Pin
3-Aug-01 5:37
suss3-Aug-01 5:37 
GeneralASP and UDB Pin
powersurg2-Aug-01 3:57
powersurg2-Aug-01 3:57 
GeneralRe: ASP and UDB Pin
3-Aug-01 10:55
suss3-Aug-01 10:55 
GeneralSQL Server and images Pin
Not Active1-Aug-01 21:04
mentorNot Active1-Aug-01 21:04 
QuestionADO & OLEDB, Which runs faster with VC? Pin
Roger Cornell1-Aug-01 6:05
Roger Cornell1-Aug-01 6:05 
AnswerRe: ADO & OLEDB, Which runs faster with VC? Pin
Not Active1-Aug-01 9:56
mentorNot Active1-Aug-01 9:56 
As far as speed you can eleminate ODBC and that leaves ADO and OLEDB.

If you look at the architecture of these two you see that ADO sits on top of OLEDB ands adds a few things, like IDispatch so it can be used by scripting languages, VB and other lesser;) languages. With that said if you were writing the component in C++ you would diffenately get a performance boost using OLEDB over ADO. How much is hard to say since there are a number of factors that can influence it.

I recently had this discussion with a co-worker and he did find that OLEDB was better when using C++. It also helped improve his code when he started including .h files instead of importing entire type libraries for one interface.
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Wictor Wilén1-Aug-01 11:18
Wictor Wilén1-Aug-01 11:18 
AnswerRe: ADO & OLEDB, Which runs faster with VC? Pin
Bret Faller3-Aug-01 8:54
Bret Faller3-Aug-01 8:54 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Todd Smith9-Aug-01 13:36
Todd Smith9-Aug-01 13:36 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Bret Faller9-Aug-01 13:48
Bret Faller9-Aug-01 13:48 
AnswerRe: ADO & OLEDB, Which runs faster with VC? Pin
Rashid Thadha9-Aug-01 6:41
Rashid Thadha9-Aug-01 6:41 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Martin Bohring6-Sep-01 1:34
Martin Bohring6-Sep-01 1:34 
GeneralQuery Builder Component Pin
Kannan Kalyanaraman1-Aug-01 2:46
Kannan Kalyanaraman1-Aug-01 2:46 
QuestionSQL ?? Pin
otvac1-Aug-01 1:16
otvac1-Aug-01 1:16 
AnswerRe: SQL ?? Pin
Anders Molin2-Aug-01 7:33
professionalAnders Molin2-Aug-01 7:33 
GeneralFlexible Scheme Evolution in Relational Database Model Pin
kushibhai26-Jul-01 22:53
kushibhai26-Jul-01 22:53 
GeneralIRowsetChange::SetData() Pin
Bret Faller26-Jul-01 8:14
Bret Faller26-Jul-01 8:14 
QuestionHow to read parameter from stored procedure ? Pin
Bartek26-Jul-01 2:45
Bartek26-Jul-01 2:45 
AnswerRe: How to read parameter from stored procedure ? Pin
Rashid Thadha9-Aug-01 6:48
Rashid Thadha9-Aug-01 6:48 
GeneralCreating a user in Oracle Pin
Dhanush26-Jul-01 0:16
professionalDhanush26-Jul-01 0:16 
GeneralExporting data from Excel Pin
v_krishnan25-Jul-01 19:31
v_krishnan25-Jul-01 19:31 
GeneralNeed to send a string to running application - please help Pin
20-Jul-01 13:48
suss20-Jul-01 13:48 
QuestionFind in ADO, how does it works? Pin
Gérald Mercet19-Jul-01 22:48
Gérald Mercet19-Jul-01 22:48 

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.