Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Reading file (1104)
Message
From
12/05/2004 04:54:01
 
 
To
12/05/2004 04:21:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00902766
Message ID:
00903089
Views:
23
>Sorry, then I don't have any idea. However, you should not set tablevalidate off in your application, only in th process off fixing a table, like this:
>SET TABLEVALIDATE OFF
>lSafety=SET('SAFETY')
>SET SAFETY OFF
>USE mytable && Table with errors
>COPY TO newtable WITH CDX && to make a new table WITHOUT errors!
>USE newtable
>COPY TO mytable WITH CDX
>IF lSafety
>  SET SAFETY ON
>ENDIF
>SET TABLEVALIDATE ON
>Setting tablevalidate on permanently is living dangerously!
>

I think you meant to write "off permanently" but anyway I disagree that setting it off is a dangerous thing. It all depends on the application.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform