Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Stopping a query from client and Applying another one

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi
I'm sorry for putting this question out in this forum though I know it doesn't belong to this forum. I hope it gets the attention of Paul or any other Java ranch guys.
The question is kind of similar to the search functionality used at Javaranch site...
If i generate a query from browser(client), I want to stop it by hitting the stop button on the browser and then reapply a modified query. My problem is that the stop button stops the browser but the query processing continues at the database server side. The database i'm using is oracle.
Any comments or suggestions on this issue will be highly appreciated.
Or if rquired, can u plz move this question to the relevant forum.
Thanks and regards...
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This is a fairly standard web-interface issue, so I've moved it to the Servlets and JSP Forum for you.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic