Re: [INTERFACES] not permanent insert into stud values('myname') - Mailing list pgsql-interfaces

From Hannu Krosing
Subject Re: [INTERFACES] not permanent insert into stud values('myname')
Date
Msg-id 35BEE67E.6F93FC49@trust.ee
Whole thread Raw
In response to not permanent insert into stud values('myname')  (rony khoury <ron@cyberia.net.lb>)
List pgsql-interfaces
rony khoury wrote:
>
>
>
> Hello ,
>
> following is a part of my code , can any body tell me why it works
> fine ,

It should work fine ;)

> but 'myname' does not remain permanent in the table although I'm
> loging in as postgres
> and see 'myname' in the result when I run the program ?

You probably start a transaction, but never commit it (in some other
part of your code)

Hannu

pgsql-interfaces by date:

Previous
From: rony khoury
Date:
Subject: not permanent insert into stud values('myname')
Next
From: Sandeep
Date:
Subject: Tcl/Tk interface for Postgres95