It's not a secret anymore!
The moose likes JDBC and the fly likes If some records are deleted from table but still it is showing in front end than what will be.... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "If some records are deleted from table but still it is showing in front end than what will be...." Watch "If some records are deleted from table but still it is showing in front end than what will be...." New topic
Author

If some records are deleted from table but still it is showing in front end than what will be....

lokesh pattajoshi
Ranch Hand

Joined: Jul 29, 2009
Posts: 130
If some records are deleted from table but still it is showing in front end than what will be the issue ? is it retrieving records from index?
Sunil Tiwari
Ranch Hand

Joined: Sep 19, 2006
Posts: 49

Quick questions ?

* Did you "commit to Database" after deleting the records ?

* Are you using any type of cache that is not properly implemented (gets refreshed as table is updated)?

* If you have done with above, share us more on problem details.


~ Neil (SCJP)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: If some records are deleted from table but still it is showing in front end than what will be....
 
Similar Threads
Trigger records deletion
Jsp Loading Program
NX: Primary Key and Immutable Key
Entity bean performance
Servlet sending an email