Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change a few characters in a name field
Message
 
 
To
14/11/2011 10:25:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01528823
Message ID:
01528830
Views:
80
This message has been marked as the solution to the initial question of the thread.
>cant i just write
>Chrtrans(f_name,"A","E") in the command window and it will run on the table?

If you need to replace the whole table, then
replace all f_name with ctrtran(f_name, 'A','E') in MyTable && this will change all records
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform