Board index » delphi » The Curse of Table/Index Corruption!!!
Sundial Servic
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Sundial Servic
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
The Curse of Table/Index Corruption!!!QuoteIn article <61jr9o$ql...@reader1.reader.news.ozemail.net> aj...@ozemail.com.au (Adam Johnston) writes: postings on this subject than you possibly care to read. |
Steve Garla
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:The Curse of Table/Index Corruption!!!Quote>What happens when you have been writing records to a table and indexes properly (cables, nic's etc). If you are really serious, get SQL Anywhere which is true client Hey, I sell a shareware product to Fix Paradox Indexes, Paradox E-mail from: Steve Garland,Hyper Logic Resource Group http://netnow.micron.net/~sgarland |
Chuck Ga
![]() Delphi Developer |
Tue, 28 Mar 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!On Fri, 10 Oct 1997 17:02:58 GMT, aj...@ozemail.com.au (Adam Johnston) Quote>What happens when you have been writing records to a table and indexes Quote>under Win 95 and occassionally everything locks up and they have to machine? Have you looked into running WinNT instead of 95? It's stability is much better. Is your application leaking memory somewhere? Quote> Will converting to D3 correct these problems and/or is it more robust? has a bug in it somewhere. Chuck Gadd |
Garry Kerna
![]() Delphi Developer |
Tue, 28 Mar 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!Adam, Btrieve makes a very complete low level solid file manager / database You have Transaction processing to guarentee that all or nothing gets Garry Kernan QuoteAdam Johnston wrote: |
Bjorn Heidar
![]() Delphi Developer |
Wed, 29 Mar 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!Hi Chuck & Adam! I have tried using Borland's Paradox...:o( Here is my view: Well - this was just my hat into this ring. Regards, Quote
-- __ __/ _/ / /__ / / _/ /___/ ======================================================================= |
A. Sari
![]() Delphi Developer |
Wed, 29 Mar 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!If you don't want to go client-server, or can't, here is the ONLY way you After EVERY WRITE to the database, flush all your buffers by issue QuoteAdam Johnston wrote: |
Robert Kapla
![]() Delphi Developer |
Thu, 30 Mar 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!Amen! I've been apalled at the casual acceptance of the destruction of The fact that Delphi and Paradox were developed by the same company Robert QuoteBjorn Heidarr wrote: |
Sundial Servic
![]() Delphi Developer |
Thu, 30 Mar 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!QuoteIn article <01bcd66e$8c4e7570$a0f104c1@intelpro> "Bjorn Heidarr" <b...@centrum.is> writes: and somehow I think the patient is not quite as dead as you may think. If you are interested in this issue, surf to http://www.dejanews.com and You will find there several threads of articles describing how Delphi-1 If you want to find a tool that will put your table-troubles to bed with a When any of our apps have table malfunctions we no longer hear about it. |
Sundial Servic
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:The Curse of Table/Index Corruption!!!QuoteIn article <34405DC1....@iamerica.net> Robert Kaplan <rkap...@iamerica.net> writes: described) and the problems you are experiencing will go away: (1) In the Application.OnIdle routine: (2) In a timer that is set to go off every second after the database is open: |
Steve Garla
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:The Curse of Table/Index Corruption!!!Quote
1. In the bde config set local share to true. E-mail from: Steve Garland,Hyper Logic Resource Group http://netnow.micron.net/~sgarland |
Bjorn Heidar
![]() Delphi Developer |
Fri, 31 Mar 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!Hmm... Hello "Sundial"... (You have got to pick a name...;o) When experienced programmers are having such difficulties with paradox A question is: Why do we need such tools and add-ons or locate some As is (as you can read...) I am not a PDX lover! I had some long and Cheers! ======================================================================= Sundial Services <news-re...@sundialservices.com> wrote in article Quote> In article <01bcd66e$8c4e7570$a0f104c1@intelpro> "Bjorn Heidarr" - Hide quoted text - - Show quoted text - Quote
|
Markku Nevalaine
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:The Curse of Table/Index Corruption!!!QuoteSteve Garland wrote: (at least 20+ lines, to make it clear) of code, how should one do this in the right way? Markku Nevalainen |
Bryan Valenci
![]() Delphi Developer |
Fri, 31 Mar 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!QuoteAdam Johnston wrote: approaches I have seen. 1. Tight Save Code. Make the save routine post as quickly as possible. -- Bryan Valencia |
John Randa
![]() Delphi Developer |
Sat, 01 Apr 2000 03:00:00 GMT
Re:The Curse of Table/Index Corruption!!!QuoteIn article <61v0bf$gv...@reader1.reader.news.ozemail.net> aj...@ozemail.com.au (Adam Johnston) writes: networking. I'm told you don't have to if you are using Novell. I struggled for ages with a database (Delphi app controlling a Paradox db) which refused to stay uncorrupted. Then I tried doing as I'd been told (but not listened because of the statements in the help file re local shareing). I found (for example) that Table.Exclusive DOES NOT WORK if local share is set to false. Set it to true and explicit locking works. If explicit locking is not working, implicit locking is presumably also not working! I hope I've helped, |
John Randa
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:The Curse of Table/Index Corruption!!!QuoteIn article <61v0bf$gv...@reader1.reader.news.ozemail.net> aj...@ozemail.com.au (Adam Johnston) writes: networking. I'm told you don't have to if you are using Novell. I struggled for ages with a database (Delphi app controlling a Paradox db) which refused to stay uncorrupted. Then I tried doing as I'd been told (but not listened because of the statements in the help file re local shareing). I found (for example) that Table.Exclusive DOES NOT WORK if local share is set to false. Set it to true and explicit locking works. If explicit locking is not working, implicit locking is presumably also not working! I hope I've helped, |
1. The Curse of Table/Index Corruption!!!
2. Index corruption on paradox tables
3. Index corruption on Paradox table
4. Table (index-file) corruption or bug in environment?
5. Index corruption on dBase tables
6. Create index of Paradox table -- Table is not indexed
7. Table Corruption and Repair for Paradox Tables
8. Opinions sought on database/index corruption