0

Oracleデータベースからレコードを取得するだけのlist.jspプログラムを作成しました。このクエリを準備済みステートメントに埋め込みます

     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 ?
4

0 に答える 0