Re: [INTERFACES] not permanent insert into stud values('myname')

From: "rony khoury" <rkhoury(at)apotres(dot)edu(dot)lb>
To: Hannu Krosing <hannu(at)trust(dot)ee>
Cc: ron(at)cyberia(dot)net(dot)lb, "pgsql-novice(at)postgreSQL(dot)org" <pgsql-novice(at)postgreSQL(dot)org>, "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] not permanent insert into stud values('myname')
Date: 1998-07-29 09:33:28
Message-ID: 35BEEC68.634C81EB@apotres.edu.lb
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hannu Krosing wrote:

> 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

no it does not work fine or else I wouldn't have asked .
What do you mean I should commit it in some other part of my code ? how
to do that ?

rony .

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message rony khoury 1998-07-29 09:44:09 Re: [NOVICE] Re: [INTERFACES] not permanent insert into stud values('myname')
Previous Message Hannu Krosing 1998-07-29 09:08:14 Re: [INTERFACES] not permanent insert into stud values('myname')