problem with JDBC

Поиск
Список
Период
Сортировка
От ßN·¬
Тема problem with JDBC
Дата
Msg-id 3754E9B4.4D2DC674@ms.chttl.com.tw
обсуждение исходный текст
Список pgsql-interfaces
I have a problem with JDBC:
I write an applet including the JDBC code to connect to the pgsql server
to get data.
My applet runs fine everytime from the init() state.
But sometimes goes wrong if I press "Reload" on the browser which makes
my program runs again from the start() state.
The Statement gets the previous ResultSet to me when I
"executeQuery(SQLQuery)".
Is that possible that I get the previous ResultSet because I press the
"Reload" while the ResultSet is transferring to me ?
But the document says that the previous ResultSet will be close by the
Statement when that statement is re-executed .
Therefore, why do I get the previous ResultSet in the Statement ?


Вложения

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Victoria W."
Дата:
Сообщение: livetime of a variable defined in a c-procedure
Следующее
От: "Gabriel M. Lence"
Дата:
Сообщение: