Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to do a nocptrans on an entire table?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00323795
Message ID:
00323834
Views:
24
>I have a table with a lot of encrypted stuff in a bunch of fields. Because it is binary I have to use nocptrans and name each field. Is there an easyer way? I only want it to effect the one table and there are many others open at the same time. Is there a command that will affect an entire table or cursor?
>
>Thanks in advance.

You would have to field by field, but the code is easy to generate:

alter table mytable alter field_name C(30) nocptrans
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform