Board index » delphi » Paradox table rebuild w/o exclusive access?
safak...@shaw.wave.xyz
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
safak...@shaw.wave.xyz
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Paradox table rebuild w/o exclusive access?
Is there any way to rebuild corrupt indexes in a Paradox
table w/o having exclusive access? -- |
Steve Koters
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox table rebuild w/o exclusive access?QuoteOn Thu, 09 Sep 1999 09:30:54 GMT, safak...@shaw.wave.xyz wrote: concurrently using the table. Thus it is not allowed. _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ |
Anna
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox table rebuild w/o exclusive access?Can you show me the way to rebuild corrupt indexes then HAVING exclusive access? Best regards Anna. Quote> Is there any way to rebuild corrupt indexes in a Paradox |
safak..
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox table rebuild w/o exclusive access?Quote"Anna" <a...@licencai.se> wrote: Among several utilities, there is a table repair utility w source and the utility dll for your bde version. I believe there are programs/components in DSP http://sunsite.icm.edu.pl/delphi/ as well. -- |
Steve Koters
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox table rebuild w/o exclusive access?On 10 Sep 99 08:58:11 GMT, "Anna" <a...@licencai.se> wrote: Quote>Can you show me the way to rebuild corrupt indexes then HAVING exclusive One way would be to make a call to the BDE API function DbiRegenIndexes. procedure TForm1.Button4Click(Sender: TObject); As when calling any BDE API function, the BDE API wrapper unit BDE (for Another way to handle this situation -- if you know at design-time all the procedure TForm1.Button3Click(Sender: TObject); When iterating through the items in the TIndexDefs object, the cycling must If information about the index definitions is not known at design-time, Once the definition information for all indexes are stored to memory, the _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ |
1. Rebuilding a Paradox table without paradox?
2. Getting exclusive acces to a Paradox table
3. Paradox tables, performance v/s Exclusive
4. Paradox Tables Suddently Becoming Exclusive...?
5. Force exclusive Lock on a Paradox table?
6. exclusive access to a table ?
7. Obtaining exclusive access to dBase 4 table
8. Pack/Reindex/Rebuild Paradox tables in Delphi
9. Problem rebuilding Paradox tables
10. Rebuilding Delphi 1.0 Paradox Tables with TUtility.DLL/TUtility.PAS