Thread: applet-servlet and pgaccess

applet-servlet and pgaccess

From
"S.A.Pamungkas"
Date:
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.

Any suggestion ?

Thank you in advance.

-pamungkas-

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/


Re: applet-servlet and pgaccess

From
Constantin Teodorescu
Date:
"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


Re: applet-servlet and pgaccess

From
Constantin Teodorescu
Date:
"S.A.Pamungkas" wrote:
> 
> Thank you for your email.
> 
> Yes, you right.
> The problem arised because my GUI has no refresh data.
> 
> Now, everything working good.

Ok, best regards.

Teo
Braila, ROMANIA