Received: by 10.66.90.37 with SMTP id bt5mr1769777pab.40.1350774833870; Sat, 20 Oct 2012 16:13:53 -0700 (PDT) Received: by 10.68.216.132 with SMTP id oq4mr1558006pbc.8.1350774833854; Sat, 20 Oct 2012 16:13:53 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!kr7no6070577pbb.0!news-out.google.com!s9ni21683pbb.0!nntp.google.com!kt20no5830720pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.databases.xbase.codebase Date: Sat, 20 Oct 2012 16:13:53 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=174.21.251.140; posting-account=jypEkAoAAABrVVnkmjKXrh5hWYcsTq3B NNTP-Posting-Host: 174.21.251.140 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4e84cd96-d9e0-45e5-8b29-d92e6dad9d77@googlegroups.com> Subject: problem with codebase 6.2 From: jgw Injection-Date: Sat, 20 Oct 2012 23:13:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.databases.xbase.codebase:11 I am trying to fix a problem in a program I wrote about 10 years ago. It h= as been working without a problem for 10 years but, now, I am getting the o= ut of memory thing when I try and append a record. I have checked my memor= y and its just fine (lots of it). That being the case I am sure that I hav= e, as far as I can tell, a problem in a file. This program write 5 differe= nt files. I have disabled the writes to one file at a time and find that o= ne file write will bring up the error whilst all other files are being writ= ten to with no problem. I have examined the each of the fields of the file= in question and they all look good. I have also simply tried to write rec= ords with blank fields to see if something is wrong that I can't see but it= still flunks out. This led me to believe that, possibly, writes to the ot= her files were bad so I examined all of those records too but they too are = just fine. =20 All this makes me believe that I have a memory problem someplace. I have w= atched my memory, as the program is running and its well within safe bounda= ries. =20 I have no idea if anybody is following this forum but, hopefully, somebody = is and can help me.=20 I can be reached at jwhitespace-22@yahoo.com=20 Thank you..........