On 16 Jul 2003 08:17:11 -0500,
(johnston) wrote:
>We have over 100 asp pages that reference a table (distribution_components).
>We added a new column and primary key to that table, so now we have to modify
>the where clause to include that column (we have to make the new column = to a
>session variable in the page)
>
>The table appears 531 times in our code. Is there some util or method that
>allows us to change it globally, other than going to each occurrance, and
>adding the new column to the where clause
Global search and replace in your favorite code editor...
Jeff
===================================
Jeff Cochran (IIS MVP)
- Munged of Course
I don't get much time to respond to direct email,
so posts here will have a better chance of getting
an answer. Besides, everyone benefits here.
Suggested resources:
http://www.iisfaq.com/
http://www.iisanswers.com/
http://www.iistoolshed.com/
http://securityadmin.info/
http://www.aspfaq.com/
http://support.microsoft.com/
====================================