RE: [INTERFACES] problem with JDBC

From: Dave Broudy <shaggy(at)broudy(dot)net>
To: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: ßN·¬ <yhf(at)ms(dot)chttl(dot)com(dot)tw>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: RE: [INTERFACES] problem with JDBC
Date: 1999-06-03 12:52:40
Message-ID: Pine.LNX.3.96.990603084842.17558A-100000@guild.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

You can do a "super reload" in Netscape/Linux by clicking and holding on
reload, pressing the shift key, releasing the reload button, releasing the
shift key. Note that this is slightly different from a "shift click",
which I think is how you do in on Windows.

You may also find that you need to update the timestamp on the page
itself, in addition to the class files for the reload to work.

On Thu, 3 Jun 1999, Peter Mount wrote:

> Applets are strange beasts at best.
>
> When you press Reload, not everything is really reloaded. When I used to
> write applets (a couple of years ago noe), I found that pressing reload
> simply reloaded from cache, and not from the network. It might be the
> case here that the browser is simply continuing the existing applet,
> rather than stopping it and then reloading a fresh one.
>
> As I said, it's been a couple of years since I wrote an applet, so I may
> be wrong now.
>
> Peter
>
> --
> Peter T Mount, Enterprise Support
> petermount(at)it(dot)maidstone(dot)gov(dot)uk
> Anything I write here are my own views, and cannot be taken as the
> official words of Maidstone Borough Council
>
> -----Original Message-----
> From: ßN·¬ [mailto:yhf(at)ms(dot)chttl(dot)com(dot)tw]
> Sent: Wednesday, June 02, 1999 9:22 AM
> To: pgsql-interfaces(at)postgreSQL(dot)org
> Subject: [INTERFACES] problem with JDBC
>
>
> 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 ?
>
>
>

Dave Broudy dave(at)broudy(dot)net

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Nahuel 1999-06-03 13:53:27 Newbie Idiot Question
Previous Message Peter Mount 1999-06-03 10:20:20 RE: [INTERFACES] Isolation level support with JDBC