
March 12th, 2005, 03:00 AM
|
|
Registered User
|
|
Join Date: Apr 2004
Posts: 10
Time spent in forums: 3 h 51 m 39 sec
Reputation Power: 0
|
|
|
Recordset Weird Problem
HI Friends,
I am facing a very weird problem. I had worked on a site which was working fine, but due to client's request, i had to reload the data in the db. After data migration, i started facing a strange problem, suddently values for some of the fields were not being displayed in the asp page, i checked up the sql query used, ran the same query in query analyzer and found that the values for the fields that were not appearing on the asp page were there in the db. This really confused me, i tried lots of different things. And finally tried using Quote: objRs.Resync method after
objRS.open |
Things started to work well now.
Now the question arises why did this happened. Can anyone please explain me a bit. I would really appreciate to hear your views.
Thanking You
|