aroc725 has asked for the wisdom of the Perl Monks concerning the following question:
The application allows the user to perform a search against multiple schemas in an Oracle database and then presents the search results. While I'm able to perform searches without problems at the start of the day, as time goes on, I start get results for previous searches returned back to me.
The original developer's approach to handling presentation was to use his own version of template files, which he proceeds to read into a variable and then performs a number of substitutions of 'tags' within the string contents with other variable values. The updated string is then returned by the script.
Complicating things further is the use of a module which uses PerlEx::DBI. But I've temporarily modified the script to not use that module for database access. Instead, the script uses DBI directly.
Any ideas as to how to resolve this problem of getting previous search results returned would be greatly appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Search results being cached?
by chrestomanci (Priest) on Dec 11, 2010 at 09:10 UTC | |
|
Re: Search results being cached?
by TomDLux (Vicar) on Dec 11, 2010 at 02:56 UTC | |
by Anonymous Monk on Dec 11, 2010 at 03:26 UTC | |
|
Re: Search results being cached?
by aroc725 (Acolyte) on Jan 24, 2011 at 07:39 UTC |