Re: applet-servlet and pgaccess - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: applet-servlet and pgaccess
Date
Msg-id 39A3619E.94EAE7C4@flex.ro
Whole thread Raw
In response to applet-servlet and pgaccess  ("S.A.Pamungkas" <moenk_2000@yahoo.com>)
List pgsql-interfaces
"S.A.Pamungkas" wrote:
> 
> Hi all
> 
> Using my own GUI ( made by applet-servlet-jdbc ), I
> can input or display data to/ from DB ( postgresql).
> All of type datas are varchar.
> 
> When I input data from GUI, the data can display by
> that GUI or pgaccess.
> 
> The problem is : data inputing by pgaccess, can't
> appear in my GUI.

It seems strange.

PgAccess has nothing special with new data. It just "INSERT INTO
tablename VALUES (..." and nothing else.
Does your GUI applet refresh the data (recordsource)?
Does it use some transactions?

Check the same thing with data entered with psql. Does it work?

Teo
Braila, ROMANIA


pgsql-interfaces by date:

Previous
From: "S.A.Pamungkas"
Date:
Subject: applet-servlet and pgaccess
Next
From: Constantin Teodorescu
Date:
Subject: Re: applet-servlet and pgaccess