Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Regular Expressions in Dreamweaver

Community Beginner ,
Apr 16, 2007 Apr 16, 2007
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
TOPICS
Server side applications
210
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 17, 2007 Apr 17, 2007
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines