Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reestablish Database Link
Message
 
To
08/12/2004 13:28:20
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00967820
Message ID:
00967827
Views:
7
If You fixed that table in some other folder then open corupted one, ZAP it and then just APPEND FROM. If You already removed the BackLink to that table, copy tabl;e in folder where the DBC resides:
OPEN DATABASE YourDataBase
SET DATABASE TO YourDataBase
ADD TABLE TheTableName
CLOSE DATA ALL
BUT You will lose all RI for that table.


>Hello,
>
>I have an outside office that uses a horrible third party product to store contact info. It appears that the main table's memo file has gotten corrupted. I have tried a couple utilities which do fix the table, but it they also server the table's database link. I copied the table to another folder to run the utility. The old corrupted table is still in the original folder, still connected the the database container.
>
>Since the database container contains all the relationships. I was hoping I could delete the old corrupted table and slip the new fixed table in its place, without the .dbc knowing what happened.
>
>ALthough now the table does not have the back link to point to the database.
>
>Does anyone knoe how to create the datbase back link in the table, or have a better technique for fixing this problem ?
>
>Thanks,
>Geof
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform