Click here to Skip to main content
15,919,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help Pin
Aigledefer10-May-04 0:36
Aigledefer10-May-04 0:36 
GeneralRe: Need help Pin
Mike Dimmick10-May-04 1:38
Mike Dimmick10-May-04 1:38 
GeneralCFileDialog/AutoComplete Problem Pin
timo_the_man9-May-04 19:52
timo_the_man9-May-04 19:52 
GeneralReading from a socket Pin
monrobot139-May-04 18:33
monrobot139-May-04 18:33 
GeneralRe: Reading from a socket Pin
Member 10582029-May-04 18:46
Member 10582029-May-04 18:46 
GeneralRe: Reading from a socket Pin
David Crow10-May-04 2:59
David Crow10-May-04 2:59 
GeneralAnyone used c-tree plus by FairCom Pin
Joe Woodbury9-May-04 17:56
professionalJoe Woodbury9-May-04 17:56 
GeneralRe: Anyone used c-tree plus by FairCom Pin
Steve S9-May-04 21:35
Steve S9-May-04 21:35 
I did, albeit some time ago, and it predated the availability of MSDE, so I can't give any comparisons. However, I do recall it being as fast as, say C-ISAM from Informix, in the tests I ran. That said, both of them were lower level (ie non-SQL) than MSDE, which meant writing test harnesses for stuff rather than just using Query Analyser to make sure I'd get what I want.

FWIW, my advice would be to avoid anything there isn't an ODBC or OLE DB driver for on a Windows platform - that way you can use tools like MS Query and Crystal Reports, which can save lots of time in the development cycle. However, if you have real performance constraints, and no need for high level access (you can do your own query plans etc), then an ISAM type package can make a real difference (although I'd look at D-ISAM as well).

Steve S
GeneralRe: Anyone used c-tree plus by FairCom Pin
David Crow10-May-04 3:00
David Crow10-May-04 3:00 
Generalsending mails using SMTP Pin
Member 10582029-May-04 17:47
Member 10582029-May-04 17:47 
GeneralRe: sending mails using SMTP Pin
Steve S9-May-04 21:43
Steve S9-May-04 21:43 
GeneralRe: sending mails using SMTP Pin
Paul Ranson10-May-04 1:25
Paul Ranson10-May-04 1:25 
Generalabout "locale" Pin
vividtang9-May-04 17:00
vividtang9-May-04 17:00 
QuestionHow to access USB data Pin
Billar9-May-04 16:42
Billar9-May-04 16:42 
GeneralConsole window in Windows Pin
Iceberg769-May-04 15:14
Iceberg769-May-04 15:14 
GeneralRe: Console window in Windows Pin
Member 10582029-May-04 17:59
Member 10582029-May-04 17:59 
GeneralRe: Console window in Windows Pin
Iceberg769-May-04 18:13
Iceberg769-May-04 18:13 
GeneralRe: Console window in Windows Pin
_foo9-May-04 18:26
_foo9-May-04 18:26 
GeneralRe: Console window in Windows Pin
Member 10582029-May-04 18:57
Member 10582029-May-04 18:57 
GeneralRe: Console window in Windows Pin
FirstPerson9-May-04 20:46
FirstPerson9-May-04 20:46 
GeneralRe: Console window in Windows Pin
Anthony_Yio10-May-04 1:09
Anthony_Yio10-May-04 1:09 
GeneralMain Window Icon loading Pin
robert_s9-May-04 13:18
robert_s9-May-04 13:18 
GeneralRe: Main Window Icon loading Pin
Iceberg769-May-04 15:22
Iceberg769-May-04 15:22 
GeneralRe: Main Window Icon loading Pin
_foo9-May-04 18:36
_foo9-May-04 18:36 
GeneralRe: Main Window Icon loading Pin
robert_s10-May-04 4:51
robert_s10-May-04 4:51 

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.