Board index » delphi » What is "Stict Integrity" for paradox Tables ?

What is "Stict Integrity" for paradox Tables ?

do i need to enabled it ? what it does ?

Thanx

 

Re:What is "Stict Integrity" for paradox Tables ?


I believe it states someplace in the help
that it prevents other programs that don't have the ability
to handle referential integrity, to access the table.

If you search the newsgroup using Deja.com,
you will  find that most people recommend
that you NOT use any referential integrity
and you handle the issue yourself.

One way, is to use 2 instances of the detail table. In the afterpost of the
master,
you do a locate on second Ttable of the detail
(which does not use the master as a datasource).
The locate needs to use the original key values
of the master to find the detail and change to detail
to new values.  Then you refresh the first instance
of the detail (the one using the master as the mastersource).

Hope you got it?  There are other ways too.

Quote
Gate <G...@hotmail.com> wrote in message

news:7qm874$fi88@forums.borland.com...
Quote
> do i need to enabled it ? what it does ?

> Thanx

Re:What is "Stict Integrity" for paradox Tables ?


Quote
>do i need to enabled it ? what it does ?

You don't need it.  It is there to keep Paradox Dos form accessing Paradox level
4 and above tables

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads