The MOD is coming along nicely. The actual scrolling thru the records and editing/saving them is working just fine. As usual, the "guts" of a program is the easy part. Its the input/output (which deals with the user) that is the area that takes time.
In this case the input is the hard part. At least the part that creates the recordset to edit. I HAVE to create a way to filter the records. I'm sure no one wants to always start at the beginning of 20,000 records when they have already edited the first 5,000...!
But I'm working on that. You will be able to select a beginning/ending link ID (or whatever the ID is for that table when I add the other tables) or one or more categories or search by a word or phrase.
I'll post a link to it when I get it further along so you can see it in action.

Originally Posted by
inspireme
can you put some features like "find and replace" you can do this with sql but its going to be great to haev an easy to use find and replace option on the panel. Maybe you could have a few options to limit which the find and replace is applied on (WHERE and OR clauses)
I've had a number of folks ask me about a "find and replace" feature over the years. You are the second one in the past week.
I usually tell them to create a backup and then use a text editor ( I use EditPlus ) to do a search and replace. This works fine if your database is not too large. I opened a 14MB file yesterday without any problem. I have a 38MB file that I will try later.
As you know using SQL can be dangerous. It always amazes me the number of folks who purchase INDEXU and don't know much about HTML. and many know nothing of PHP. (Those that are serious about their website do start to learn though ) I'm just not so sure about letting folks play around with SQL.
Having said that, I'm not so sure how someone would use it. I can set up a "template" for the SQL statement. but the WHERE clause gets tricky. Just too many combinations of fields and "connectors" ("and", "or"). I guess I could keep it simple but then what.
I have to be very careful when I use the "replace all" in my text editor. I've had to hit the undo button many a time. Lots of times i don't want to replace every occurence so I have to do one at a time. which is not too bad but then I'm only looking at a few hundred, not tens of thousand.
There is no undo to a SQL command (there is a rollback command but I am not sure it would be applicable).
Anyway, building a SQL statement could be challenging and using it could be dangerous. but i would be interested in discussing it further.
.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.