Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zap a table.
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00397610
Message ID:
00397624
Views:
14
Are you getting any messages? My best guess, is that your referrential integrity is saying "No, you cannot do that". In other words, it isn't allowing you to delete the records. Perhaps because they are parent records, and the delete trigger is set to restrict.

HTH

>Hi.
>How do i zap a table that belongs to a DBC?
>I do this, but doesn´t work.
>
>***********
>mydatabase=datadir+"datos1" && Datadir is the full path to datos1.dbc
>mytable="accounts"
>open data (mydatabase) exclusive
>use (mytable) exclusive
>zap
>close data all
>*****
>
>What am I doing wrong?

Doug Stalter

"According to the proverb, the best things are the most difficult." -Plutarch
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform