Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing tables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Removing tables
Divers
Thread ID:
00246085
Message ID:
00246085
Vues:
44
Hello All,
I've come across a peculiar problem tat I need some help on.

I have a program that:
1) copies all files from a specified directory.
2) removes the tables from the DBC container
3) processes merged data, etc.
4) passes the data, in ASCII format to the Oracle area

My problem lies in step number 2

I create an array with adoobjects(array1,'table').
then the code
for x = 1 to alen(array1)
remove table &array1(x)
endfor
I get an error message stating that the selected table is involved in a relationship. Upon checking the help, it tells me to delete the relationship first!! So, I create another array with adbobjects(array2,'relation') but what is the command to delete an relationship inside the DBC??

Thanks

Sandy
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform