WyldeCarde
MIS
Hi all
I have been tasked with writing an Access database that will search a directory and all sub directories for ASP files, find which SQL stored procedures each fo them runs and output this data.
I think in the ASP files the lines I am searching for will be:
cmdAdmin.CommandText = "%stored_procedure_name%"
cmdAdmin.CommandType = adCmdStoredProc
I would need to output the path of the ASP file it was found in, and what the value of %stored_procedure_name% is, each file likely to contain multiple entries.
Help!
I have been tasked with writing an Access database that will search a directory and all sub directories for ASP files, find which SQL stored procedures each fo them runs and output this data.
I think in the ASP files the lines I am searching for will be:
cmdAdmin.CommandText = "%stored_procedure_name%"
cmdAdmin.CommandType = adCmdStoredProc
I would need to output the path of the ASP file it was found in, and what the value of %stored_procedure_name% is, each file likely to contain multiple entries.
Help!