Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clean up Database
Message
 
 
À
22/01/1999 10:40:30
Bill Tetrault
Northern Trust Value Investors
West Palm Beach, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00178944
Message ID:
00179409
Vues:
23
>I was trying to set up Referential integrety on two table and got a message box that I need to clean up DATABASE Item, it sait go have the database design window open and go to the database menu and choose clean up database. When I try that that option is not availiable, I've made sure I had everything exclusive. VFP 6.0

Issuing a CLEAR ALL before opening DB also helps as well. Close the database before trying to reopen it exclusively. e.g. --

open data MyDbc && opens as shared
open data MyDbc Exclusive && does not close the db first, then reopen as excl.
&& this does work with tables.
close databases
clear all
open data MyDbc excl
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform