Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.xbase.codebase > #12 > unrolled thread
| Started by | "Geoff Barnard" <geoff@jgb107.co.uk> |
|---|---|
| First post | 2012-10-21 10:58 +0000 |
| Last post | 2012-10-22 15:30 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.databases.xbase.codebase
Re: problem with codebase 6.2 "Geoff Barnard" <geoff@jgb107.co.uk> - 2012-10-21 10:58 +0000
Re: problem with codebase 6.2 jgw <drufus2002@gmail.com> - 2012-10-22 15:30 -0700
| From | "Geoff Barnard" <geoff@jgb107.co.uk> |
|---|---|
| Date | 2012-10-21 10:58 +0000 |
| Subject | Re: problem with codebase 6.2 |
| Message-ID | <20121021101947.851FA1AA0D6@smtp.zedz.net> |
Hello I'm still using Codebase 5 for my various projects. I assume you're referring to error -920, e4memory, 'Out of Memory', which I'd suspect is just the same in my version of Codebase. I've never seen anything like you describe, so on the very limited info you provide, I'm just guessing. Does the file you refer to have Memos? Does it use Index file(s)? Both these things are more likely to cause your problem than a simple record append. What are the sizes of the files, and associated Memo/Index files? Your computer may have lots of memory, but at the point of the error, just how much memory is the prog trying to grab? I'd guess the prog is trying to grap a LOT, for some reason, and it's trying to grab more than is available. Regarding an Index, if the index key contains a lot of very similar data, then the updating of that Tag might be needing more memory to resolve? Another question, if you use something like DBU (Clipper) or say the CID utility that comes with Codebase, do the files behave correctly then? If it works with DBU but fails with CID then the problem will be in the Codebase code. If it works with both, then something in your prog. If it fails with both, then look more at the datafiles (incl any Index). By all means offer more info as suggested above. Geoff for reply remove zero from addr
[toc] | [next] | [standalone]
| From | jgw <drufus2002@gmail.com> |
|---|---|
| Date | 2012-10-22 15:30 -0700 |
| Message-ID | <089d9f0f-f478-4ea8-a087-2ca8f9b428d9@googlegroups.com> |
| In reply to | #12 |
On Sunday, October 21, 2012 3:19:48 AM UTC-7, Geoff Barnard wrote: > Hello > > > > I'm still using Codebase 5 for my various projects. > > > > I assume you're referring to error -920, e4memory, 'Out of Memory', which > > I'd suspect is just the same in my version of Codebase. > > > > I've never seen anything like you describe, so on the very limited info you > > provide, I'm just guessing. > > > > Does the file you refer to have Memos? Does it use Index file(s)? Both > > these things are more likely to cause your problem than a simple record > > append. > > > > What are the sizes of the files, and associated Memo/Index files? > > > > Your computer may have lots of memory, but at the point of the error, just > > how much memory is the prog trying to grab? I'd guess the prog is trying > > to grap a LOT, for some reason, and it's trying to grab more than is > > available. Regarding an Index, if the index key contains a lot of very > > similar data, then the updating of that Tag might be needing more memory > > to resolve? > > > > Another question, if you use something like DBU (Clipper) or say the CID > > utility that comes with Codebase, do the files behave correctly then? If > > it works with DBU but fails with CID then the problem will be in the > > Codebase code. If it works with both, then something in your prog. If > > it fails with both, then look more at the datafiles (incl any Index). > > > > By all means offer more info as suggested above. > > > > Geoff > > > > for reply remove zero from addr I see no zero anyplace for me to zero out. I am, obviously, a little confused here. Anyway, I thank you for the response as I was holding little hope. I do hope this gets posted. type error is exactly the same as you describe. I I am not sure how to check keys. The files are not all that large. The largest would be slightly over 8mb This is a vanilla installation, just dbase (although fox will work on it). There are no memos. The largest cdx file is also slightly more than 1mb. I did check all the file fields necessary to create indexes, in the files that I cannot write to. I suspect the problem was earlier. I have no idea how to check an index file, other than to check the fields the index is based on. As far as I can see they are all working. This is a real mystery to me. You can also contact me at jwhitespace-22@yahoo.com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.databases.xbase.codebase
csiph-web