Re: applet-servlet and pgaccess

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: applet-servlet and pgaccess
Дата
Msg-id 39A3619E.94EAE7C4@flex.ro
обсуждение исходный текст
Ответ на applet-servlet and pgaccess  ("S.A.Pamungkas" <moenk_2000@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "S.A.Pamungkas"
Дата:
Сообщение: applet-servlet and pgaccess
Следующее
От: Constantin Teodorescu
Дата:
Сообщение: Re: applet-servlet and pgaccess