Thursday, March 8, 2012

caching in ASP.NET

I noticed that although I deleted the entire table in the database, I
continue getting the same results when I continue querying the database
until the application is closed
Why and how can I change that?
Thank you,
Samuel ShulmanI don't think this is a SQL Server issue. SQL Server will always return an
error if you try to query a dropped table. Be sure you dropped the table
from the same server/database that is used by the application ;-)
There are various methods to cache data and html in ASP.NET. I suggest you
post this question to an ASP.NET forum.
--
Hope this helps.
Dan Guzman
SQL Server MVP
"Samuel Shulman" <samuel.shulman@.ntlworld.com> wrote in message
news:uuA6fzAgGHA.1260@.TK2MSFTNGP05.phx.gbl...
>I noticed that although I deleted the entire table in the database, I
>continue getting the same results when I continue querying the database
>until the application is closed
> Why and how can I change that?
> Thank you,
> Samuel Shulman
>|||it was sent here by a mistake,
the table wasn't drop just the content was deleted
Samuel
"Dan Guzman" <guzmanda@.nospam-online.sbcglobal.net> wrote in message
news:%23AfAERHgGHA.3456@.TK2MSFTNGP05.phx.gbl...
>I don't think this is a SQL Server issue. SQL Server will always return an
>error if you try to query a dropped table. Be sure you dropped the table
>from the same server/database that is used by the application ;-)
> There are various methods to cache data and html in ASP.NET. I suggest
> you post this question to an ASP.NET forum.
> --
> Hope this helps.
> Dan Guzman
> SQL Server MVP
> "Samuel Shulman" <samuel.shulman@.ntlworld.com> wrote in message
> news:uuA6fzAgGHA.1260@.TK2MSFTNGP05.phx.gbl...
>>I noticed that although I deleted the entire table in the database, I
>>continue getting the same results when I continue querying the database
>>until the application is closed
>> Why and how can I change that?
>> Thank you,
>> Samuel Shulman
>

No comments:

Post a Comment