in reply to Change in Source changes records returned in an unchanged query...

I might be wrong, but this seems to be the cache of your browser.
Have you tried to reload the page (CTRL-R in netscape) ??
This would also explain, why it works on the comandline.

Hope this helps.

----------------------------------- --the good, the bad and the physi-- -----------------------------------
  • Comment on Re: Change in Source changes records returned in an unchanged query...
  • Download Code

Replies are listed 'Best First'.
Re: Re: Change in Source changes records returned in an unchanged query...
by AidanLee (Chaplain) on May 22, 2001 at 01:16 UTC
    I wish it were that simple. No, I've been reloading the page to see changes.
      Do you use a proxy? How about Shift-Reload? But I think it's the Server. He caches the script and all Variables. The Variables contain a cache for the Database. The cache for Database doesn't correctly get the change. The script thinks it's internal cache is valid. Unless the Server sees the script changed and reloads the script thereby initialising the internal cache to "not valid".

        No proxy, i'm accessing this as http://localhost

        I'll check the documentation, but I do not believe Xitami does caching. Aside from that, most good web servers to my knowledge know better than to cache scripts.

        Update: Xitami does not seem to have any options for caching