Home » Item #608
Is there an easy way to host multiple cactushops using a single SQL Database i.e. is there a way to change the table names used within the ASP pages without going through every page?
There is no easy way to do this - every script will have to be searched through to change the table names.
However using a freeware find & replace tool you could do this job quite quickly. Some programs can do find/replace actions on a whole directory of files. You'd have to do a seperate search for each table, but it would speed up the process somewhat.