Skip to main content
Participant
April 16, 2007
Question

Regular Expressions in Dreamweaver

  • April 16, 2007
  • 1 reply
  • 207 views
Im trying to find all .cfm and .asp templates on our server that reference any of the following column names in the SQL where clauses. But having trouble pulling back just the SQL select statements.

Column Names to find:
emplid|emplno|empl_no|empno|emp_no|deptid|dept|department
This topic has been closed for replies.

1 reply

Inspiring
April 17, 2007
You will not see sql with asp when using view source and the like. The
server executes the query and send the results. You need to have
access to the source documents.