Re: applet-servlet and pgaccess

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: "S(dot)A(dot)Pamungkas" <moenk_2000(at)yahoo(dot)com>, PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: applet-servlet and pgaccess
Date: 2000-08-23 05:31:10
Message-ID: 39A3619E.94EAE7C4@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 2000-08-23 06:03:47 Re: applet-servlet and pgaccess
Previous Message S.A.Pamungkas 2000-08-23 05:16:52 applet-servlet and pgaccess