c*****t 发帖数: 1879 | 1 I have a table view of a table. Since that table is being updated
sometimes in the background and needs to refresh the display. However
I wish to view the table w/o getting the complete full table each time.
What are the things to consider.
BTW, I use JDBC-ODBC bridge driver.
Thanks |
F***a 发帖数: 525 | 2 If you want to refresh the view in db, you can use fast refresh. But you need
to create snapshot log for that table to support fast refresh.
【在 c*****t 的大作中提到】 : I have a table view of a table. Since that table is being updated : sometimes in the background and needs to refresh the display. However : I wish to view the table w/o getting the complete full table each time. : What are the things to consider. : BTW, I use JDBC-ODBC bridge driver. : Thanks
|
c*****t 发帖数: 1879 | 3 What is fast refresh? I am using JDBC-ODBC bridge driver. ODBC is
MS Access.
Thanks
【在 F***a 的大作中提到】 : If you want to refresh the view in db, you can use fast refresh. But you need : to create snapshot log for that table to support fast refresh.
|
F***a 发帖数: 525 | 4 Well, I don't know how to do fash refresh in application. Both full refresh
and fast refresh are supported by the Oracle db.
need
【在 c*****t 的大作中提到】 : What is fast refresh? I am using JDBC-ODBC bridge driver. ODBC is : MS Access. : Thanks
|