Re: flush() bug?
- Posted by Andy Serpa <ac at onehorseshy.com> Sep 22, 2005
- 428 views
Actually, now I can't reproduce the error. The sample program was cut-and-pasted after I verified the problem. Weird. However, my larger program where I discovered the problem still has the problem without the final flush() -- it is a db query program and dumps the output of large queries to a file and then closes them. But the db client stays open and the output file stays locked until I shut it down...