Re: cacheing problem

From: David Nicol (davidnicol_at_gmail.com)
Date: 03/29/05


Date: Tue, 29 Mar 2005 14:43:50 -0600
To: "dbi-users@perl.org" <dbi-users@perl.org>, perl@lists.mysql.com


>
> It appears that DBI/DBD is caching the results. How can I disable this?

the problem was not in DBI.

In case anyone else has this non-problem,
  my PEBKAC was that user-provided data, which was
current with the previous fetch, was replacing the data from the newer
fetch. Disabling
this for the special case of "reloading from the database" solved the problem.