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

From James Olin Oden
Subject Re: [NOVICE] not permanent insert into stud values('myname')
Date
Msg-id 81Jul28.064638edt.35713@gateway.lee.k12.nc.us
Whole thread Raw
In response to not permanent insert into stud values('myname')  (rony khoury <ron@cyberia.net.lb>)
List pgsql-interfaces
 
res = PQexec(conn,"insert into stud values('myname')");
 
Don't you still need to include the SQL EOL character, that is a semicolon at the end of your querystring? 

pgsql-interfaces by date:

Previous
From: dg@illustra.com (David Gould)
Date:
Subject: Re: [HACKERS] Coping with backend crash in libpq
Next
From: "Sergey V. Kryaczevskih"
Date:
Subject: Re: [GENERAL] Old ODBC Driver references on website