我写了list.jsp程序,它只是从oracle数据库中检索记录。我在准备语句中嵌入了这个查询
select * from emp orderby sal;
当我在emp表中插入任何新记录时,list.jsp在刷新页面(list.jsp)之前不显示新记录。
这里我的查询是..
how to append these newly inserted record's information to the list.jsp
automatically without refreshing or reloading entire page by using ajax ?