Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Whacking TreeView (TreeCtrl) Info Tips Pin
.dan.g.5-Jan-06 21:11
professional.dan.g.5-Jan-06 21:11 
GeneralRe: Whacking TreeView (TreeCtrl) Info Tips Pin
David Crow6-Jan-06 5:10
David Crow6-Jan-06 5:10 
GeneralRe: Whacking TreeView (TreeCtrl) Info Tips Pin
Owner drawn8-Jan-06 17:05
Owner drawn8-Jan-06 17:05 
QuestionWhich Database is best? Pin
Rajesh R Subramanian5-Jan-06 18:40
professionalRajesh R Subramanian5-Jan-06 18:40 
AnswerRe: Which Database is best? Pin
Owner drawn5-Jan-06 18:42
Owner drawn5-Jan-06 18:42 
AnswerRe: Which Database is best? Pin
lastgen5-Jan-06 18:54
lastgen5-Jan-06 18:54 
GeneralRe: Which Database is best? Pin
Rajesh R Subramanian5-Jan-06 19:06
professionalRajesh R Subramanian5-Jan-06 19:06 
GeneralRe: Which Database is best? Pin
lastgen5-Jan-06 19:16
lastgen5-Jan-06 19:16 
Rajesh R. Subramanian wrote:

lastgen wrote:
Do I need rollbacks?


Not. The database would be more like a databank from where i will keep fetching data. A very little or NO editing job will be done by the client. Something like a dictionary.


If the client is not doing any editing perhaps you don't even need a database engine at all. Simple growable array(s) would possibly suffice, and you could encrypt the file(s) when you save it(them). It depends on your programming experience and capabilities really. Of the shelf database packages are usually convienient, but the may have a lot of overhead you will never use but are paying for anyway.

Unfortunately like I said before I don't know of any sites that compare database engine capabilites that I can give you. One database engine is not neccessarily always the best choice, it varies depending on what is needed(but from my experience in the past avoid Access unless you need to use a lot of macros etc).

When I die I'd like to go peacefully in my sleep like my father, not screaming in terror like his passengers!!!
GeneralRe: Which Database is best? Pin
Rajesh R Subramanian5-Jan-06 19:21
professionalRajesh R Subramanian5-Jan-06 19:21 
AnswerRe: Which Database is best? Pin
vikas amin5-Jan-06 19:22
vikas amin5-Jan-06 19:22 
AnswerRe: Which Database is best? Pin
Eytukan5-Jan-06 20:23
Eytukan5-Jan-06 20:23 
AnswerRe: Which Database is best? Pin
Joe Woodbury6-Jan-06 15:32
professionalJoe Woodbury6-Jan-06 15:32 
Question__FILE__ macro Pin
Saurabh.Garg5-Jan-06 18:28
Saurabh.Garg5-Jan-06 18:28 
AnswerRe: __FILE__ macro Pin
Sam.Liang5-Jan-06 19:01
Sam.Liang5-Jan-06 19:01 
GeneralRe: __FILE__ macro Pin
Saurabh.Garg5-Jan-06 20:42
Saurabh.Garg5-Jan-06 20:42 
QuestionCreateProcess!! Pin
manojk_batra5-Jan-06 18:03
manojk_batra5-Jan-06 18:03 
AnswerRe: CreateProcess!! Pin
Anilkumar K V5-Jan-06 18:17
Anilkumar K V5-Jan-06 18:17 
GeneralRe: CreateProcess!! Pin
manojk_batra5-Jan-06 19:37
manojk_batra5-Jan-06 19:37 
GeneralRe: CreateProcess!! Pin
ThatsAlok8-Jan-06 23:57
ThatsAlok8-Jan-06 23:57 
AnswerRe: CreateProcess!! Pin
lastgen5-Jan-06 18:46
lastgen5-Jan-06 18:46 
GeneralRe: CreateProcess!! Pin
manojk_batra5-Jan-06 20:29
manojk_batra5-Jan-06 20:29 
AnswerRe: CreateProcess!! Pin
Owner drawn5-Jan-06 19:01
Owner drawn5-Jan-06 19:01 
GeneralRe: CreateProcess!! Pin
manojk_batra5-Jan-06 20:33
manojk_batra5-Jan-06 20:33 
AnswerRe: CreateProcess!! Pin
sunit55-Jan-06 19:06
sunit55-Jan-06 19:06 
GeneralRe: CreateProcess!! Pin
manojk_batra5-Jan-06 20:45
manojk_batra5-Jan-06 20:45 

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.