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

From rony khoury
Subject Re: [NOVICE] Re: [INTERFACES] not permanent insert into stud values('myname')
Date
Msg-id 35BEEEE9.620D75FE@apotres.edu.lb
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:

> 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 .



ok it works fine for me now , I just needed to add an
PQexec(conn,"END");

now that it works , it was a silly question , sorry for the trouble .

thanks again ,
Rony .



pgsql-interfaces by date:

Previous
From: "rony khoury"
Date:
Subject: Re: [INTERFACES] not permanent insert into stud values('myname')
Next
From: dg@illustra.com (David Gould)
Date:
Subject: Re: [HACKERS] Coping with backend crash in libpq