aspose file tools
The moose likes Other Application Frameworks and the fly likes Updating temp tables Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Updating temp tables" Watch "Updating temp tables" New topic
Author

Updating temp tables

Vi Mani
Greenhorn

Joined: Feb 10, 2011
Posts: 13
Hi

In my code a procedure creates a temp table to populate the data in an EXTJs grid .This grid is a drag drop grid.So i can drag and drop rows from right to left ,when i click save i need to save this changes.Is it possible to update the same temp table which i used to populate data?

Thanks,
Vmani
Sai Hegde
security forum advocate
Ranch Hand

Joined: Oct 26, 2010
Posts: 184

By temp table, you mean a datastore that you are using for the grid???
If the answer is yes, I'd say Yes, you can. You need to commit those changes to the store.
Vi Mani
Greenhorn

Joined: Feb 10, 2011
Posts: 13
its not data store.Its the Db temp table.Will that be possible??
Sai Hegde
security forum advocate
Ranch Hand

Joined: Oct 26, 2010
Posts: 184

DB temp table?? What's the purpose of this temp table?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Updating temp tables
 
Similar Threads
Unable to load the database table values into jsf table component
Drag Drop in ext js
how to drag and drop an image in a gridview......
Swing and NetBean
how can we change width of table column using javascript by mouse dragging