| 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?
|
 |
 |
|
|
subject: Updating temp tables
|
|
|