Click here to Skip to main content
15,902,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL's, the Heap, and CDocument Pin
Lakitu20-Aug-02 23:21
Lakitu20-Aug-02 23:21 
GeneralRe: DLL's, the Heap, and CDocument Pin
makom4221-Aug-02 3:16
makom4221-Aug-02 3:16 
GeneralRe: DLL's, the Heap, and CDocument Pin
Tomasz Sowinski21-Aug-02 0:45
Tomasz Sowinski21-Aug-02 0:45 
GeneralRe: DLL's, the Heap, and CDocument Pin
makom4221-Aug-02 3:21
makom4221-Aug-02 3:21 
GeneralRe: DLL's, the Heap, and CDocument Pin
Tomasz Sowinski21-Aug-02 3:25
Tomasz Sowinski21-Aug-02 3:25 
GeneralRe: DLL's, the Heap, and CDocument Pin
Roger Allen21-Aug-02 1:41
Roger Allen21-Aug-02 1:41 
GeneralRe: DLL's, the Heap, and CDocument Pin
makom4221-Aug-02 3:19
makom4221-Aug-02 3:19 
GeneralCustom databases and file storage Pin
alex.barylski20-Aug-02 21:42
alex.barylski20-Aug-02 21:42 
I've contemplated using DB's but have decided not to bother becuz I like a challenge, actually I could prolly do with out that one (I don't know of any *free* db's...even mySQL requires money when used for commercial purposes) but still.

Anyways the question...

When you run a SQL insert on a database with say 100,000 records does the db engine ( at the lowest level) open the file make room in the file insert the item and perform/adjust all previous offsets to their new required values...???

This doesn't make sense...but neither does cacheing 100,000 items [1024 each] in in memory and calculating offsets as you save the file...???

Does a database keep it's records in sequential order for random access or is it more like a linked list so not a heck of alot of possible offset calculations have to be performed...???

Thanx in advance!

Cheers! Smile | :)

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralRe: Custom databases and file storage Pin
Tomasz Sowinski21-Aug-02 0:23
Tomasz Sowinski21-Aug-02 0:23 
GeneralRe: Custom databases and file storage Pin
alex.barylski21-Aug-02 1:08
alex.barylski21-Aug-02 1:08 
GeneralRe: Custom databases and file storage Pin
Tomasz Sowinski21-Aug-02 1:16
Tomasz Sowinski21-Aug-02 1:16 
GeneralRe: Custom databases and file storage Pin
Steven Gregg21-Aug-02 0:30
Steven Gregg21-Aug-02 0:30 
GeneralRe: Custom databases and file storage Pin
alex.barylski21-Aug-02 1:04
alex.barylski21-Aug-02 1:04 
GeneralRe: Custom databases and file storage Pin
Steven Gregg21-Aug-02 1:17
Steven Gregg21-Aug-02 1:17 
GeneralRe: Custom databases and file storage Pin
Tomasz Sowinski21-Aug-02 1:16
Tomasz Sowinski21-Aug-02 1:16 
GeneralRe: Custom databases and file storage Pin
Joel Lucsy21-Aug-02 12:32
Joel Lucsy21-Aug-02 12:32 
Generalimages with different height in CTreeCtrl Pin
Jaro20-Aug-02 21:31
Jaro20-Aug-02 21:31 
GeneralRe: images with different height in CTreeCtrl Pin
Tomasz Sowinski20-Aug-02 23:27
Tomasz Sowinski20-Aug-02 23:27 
QuestionIf my app use DirectShow, do my mp need DirectX for running? Pin
sonshiro20-Aug-02 19:58
sonshiro20-Aug-02 19:58 
AnswerRe: If my app use DirectShow, do my mp need DirectX for running? Pin
Stephane Rodriguez.20-Aug-02 21:30
Stephane Rodriguez.20-Aug-02 21:30 
QuestionHelp! answer to simple question: System.IO.Stream?? Pin
devvvy20-Aug-02 18:56
devvvy20-Aug-02 18:56 
GeneralWM_COMMAND custom message ID Pin
JennyP20-Aug-02 18:58
JennyP20-Aug-02 18:58 
GeneralRe: WM_COMMAND custom message ID Pin
alex.barylski20-Aug-02 19:21
alex.barylski20-Aug-02 19:21 
GeneralRe: WM_COMMAND custom message ID Pin
Tomasz Sowinski21-Aug-02 0:31
Tomasz Sowinski21-Aug-02 0:31 
GeneralText HOOK Pin
Anonymous20-Aug-02 18:24
Anonymous20-Aug-02 18:24 

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.