mphayesuk
27th December 2006, 13:09
Ok I have a table containing about 2.5 million records, before I use it with MySQL I am trying to tidy up the data in MS Access, basically every field was seperated by [] and Access can only seperate fields based on one character, so I have [ in every field. Trying to do a find and replace on the table does not work, it looks like access can only find and replace 140000 items at a time which in reality is only about 12000 records, so its going to take me a while to amend the whol table.
If I import this table data into a mysql file is there a way I can either seperate the fields based on two chars or find and replace on the whole table without it pausing.
If so can anyone provide me with an example script to replace one char in every field.
Thanks
If I import this table data into a mysql file is there a way I can either seperate the fields based on two chars or find and replace on the whole table without it pausing.
If so can anyone provide me with an example script to replace one char in every field.
Thanks