Click here to Skip to main content
15,917,862 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Set Screensaver!!!!!!!!!!!!!!!!!!!!!! Pin
Ryan Binns21-Jul-03 1:50
Ryan Binns21-Jul-03 1:50 
GeneralRe: Set Screensaver!!!!!!!!!!!!!!!!!!!!!! Pin
xxhimanshu21-Jul-03 2:45
xxhimanshu21-Jul-03 2:45 
GeneralRe: Set Screensaver!!!!!!!!!!!!!!!!!!!!!! Pin
David Crow21-Jul-03 3:22
David Crow21-Jul-03 3:22 
QuestionFastest DATABASE protcol? Pin
Lars [Large] Werner21-Jul-03 1:04
professionalLars [Large] Werner21-Jul-03 1:04 
AnswerRe: Fastest DATABASE protcol? Pin
Mike Dimmick21-Jul-03 2:04
Mike Dimmick21-Jul-03 2:04 
AnswerRe: Fastest DATABASE protcol? Pin
Manfred Staiger21-Jul-03 2:07
Manfred Staiger21-Jul-03 2:07 
GeneralRe: Fastest DATABASE protcol? Pin
John M. Drescher21-Jul-03 3:50
John M. Drescher21-Jul-03 3:50 
AnswerRe: Fastest DATABASE protcol? Pin
Miguel Lopes21-Jul-03 2:29
Miguel Lopes21-Jul-03 2:29 
well, if you need performance, just do ONE thing... DONT USE ACCESS!!!!!!!! Doh!
Of course the protocol matters, but the most important thing is the database. MySQL is probably the fastest, but its also very limited in terms of SQL advanced features. SQL server is vgood and only gets slow when you use it through MSDE.

Also the key feature to a fast DB acess is a good DB design and avoiding complex queries. If you need complex results, make simple queries and then work it out in the client side. C++ is a very powerfull and fast language, so y(?) overloading the DB server with complex queries, when you can produce faster results using a bit of code when handling results?

In terms of protocol, there are a lot more protocols than those u mentioned. Most of them are only avaiable to a specific DB (Oracle, PostGreSQL, MySQL) but their performance is great cause they are optimized for that DB. ODBC is just a wrapper.
GeneralRe: Fastest DATABASE protcol? Pin
Lars [Large] Werner21-Jul-03 3:32
professionalLars [Large] Werner21-Jul-03 3:32 
GeneralRe: Fastest DATABASE protcol? Pin
John M. Drescher21-Jul-03 3:56
John M. Drescher21-Jul-03 3:56 
GeneralRe: Fastest DATABASE protcol? Pin
Lars [Large] Werner21-Jul-03 4:13
professionalLars [Large] Werner21-Jul-03 4:13 
GeneralRe: Fastest DATABASE protcol? Pin
John M. Drescher21-Jul-03 4:28
John M. Drescher21-Jul-03 4:28 
GeneralRe: Fastest DATABASE protcol? Pin
Lars [Large] Werner21-Jul-03 4:35
professionalLars [Large] Werner21-Jul-03 4:35 
GeneralRe: Fastest DATABASE protcol? Pin
John M. Drescher21-Jul-03 4:46
John M. Drescher21-Jul-03 4:46 
GeneralRe: Fastest DATABASE protcol? Pin
Ian Darling21-Jul-03 5:17
Ian Darling21-Jul-03 5:17 
GeneralRe: Fastest DATABASE protcol? Pin
Miguel Lopes21-Jul-03 5:36
Miguel Lopes21-Jul-03 5:36 
GeneralRe: Fastest DATABASE protcol? Pin
Ian Darling21-Jul-03 5:56
Ian Darling21-Jul-03 5:56 
QuestionHow to shut off Floppy's LED rapidly Pin
FlyingDancer20-Jul-03 22:00
FlyingDancer20-Jul-03 22:00 
AnswerRe: How to shut off Floppy's LED rapidly Pin
Toni7820-Jul-03 22:28
Toni7820-Jul-03 22:28 
GeneralRe: How to shut off Floppy's LED rapidly Pin
FlyingDancer20-Jul-03 22:51
FlyingDancer20-Jul-03 22:51 
GeneralRe: How to shut off Floppy's LED rapidly Pin
Toni7820-Jul-03 23:01
Toni7820-Jul-03 23:01 
GeneralRe: How to shut off Floppy's LED rapidly Pin
FlyingDancer20-Jul-03 23:09
FlyingDancer20-Jul-03 23:09 
GeneralRe: How to shut off Floppy's LED rapidly Pin
Toni7820-Jul-03 23:18
Toni7820-Jul-03 23:18 
GeneralRe: How to shut off Floppy's LED rapidly Pin
Ryan Binns20-Jul-03 23:27
Ryan Binns20-Jul-03 23:27 
GeneralRe: How to shut off Floppy's LED rapidly Pin
FlyingDancer21-Jul-03 3:16
FlyingDancer21-Jul-03 3:16 

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.