was ist neu ¦  programmier tips ¦  indy artikel ¦  intraweb artikel ¦  informationen ¦  links ¦  interviews
 sonstiges ¦  tutorials ¦  Add&Win Gewinnspiel

Tips (1541)

Dateien (137)
Datenbanken (90)
Drucken (35)
Grafik (114)
IDE (21)
Indy (5)
Internet / LAN (130)
IntraWeb (0)
Mathematik (76)
Multimedia (45)
Oberfläche (107)
Objekte/
ActiveX (51)

OpenTools API (3)
Sonstiges (126)
Strings (83)
System (266)
VCL (242)

Tips sortiert nach
Komponente


Tip suchen

Tip hinzufügen

Add&Win Gewinnspiel

Werbung

53 Visitors Online


 
...eine beschädigte DB-Table reparieren?
Autor: Abdelhafid.Z
[ Tip ausdrucken ]  

Tip Bewertung (5):  
     


How to recover Data in a damaged Header of DbTables.

(Paradox or Dbase) Tables

If this problem occurs and we have not copies of data.

Paradox can't directly open those damaged Tables so
Paradox can't repair those tables.

solution :

T1: the Damaged Table

1- We Have to create an empty Table (T2.Db or
T2.Dbf) that have the same structure of damaged table
(T1.DB or T1.Dbf).

2- With Dos Prompts or excutable batch File we have to
execute this command:

Copy T2.Db+T1.db T3.Db

or

Copy T2.Dbf+T1.dbf T3.Dbf

3-Finally with paradox browser we can open T3 Table
we have to delete bad records.
and copy t3 to t1 table.

 

Bewerten Sie diesen Tipp:

dürftig
ausgezeichnet


Copyright © by SwissDelphiCenter.ch
All trademarks are the sole property of their respective owners