2
Basic situation :
Crystal Reports of a directory use in some cases Stored Procedures as the Data Source, if I try to locate a Stored Procedure that exists say "My_procedure" by the Windows Find in said directory does not return me anything , I already did the test knowing with certainty that a file at least had this reference.
Does anyone know the way to make this research work ?
The windows search is interpreted, that is, using the interpreters embedded in the operating system (which may not be so complete) it does the search, it is not a binary search in the file. Maybe you need a third party tool or implement your own binary search engine.
– user178974