04-29-2008 11:45 PM
04-30-2008 02:50 AM
04-30-2008 03:22 AM
04-30-2008 09:01 AM
Yes that is correct. Think of writing a spreadsheet file just in column appends instead of row appends. I currently buffer and write at the end. Problem is there is a noticable delay when this is done. It just doesn't seem like "good" programming to tell the user to wait while I dumped the data. They always ask - why can't you write it as it is taken.
John
04-30-2008 09:28 AM - edited 04-30-2008 09:30 AM
04-30-2008 09:34 AM
Gerw,
Ah - the users never can seem to comprehend that storing data takes time! Oh well, I now know why I despise file writing. Long term we are going to a SQL DB. So they will have to live until that is ready. Thanks for the replies.
John