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

From: James Olin Oden <joden(at)lee(dot)k12(dot)nc(dot)us>
To: ron(at)cyberia(dot)net(dot)lb
Cc: "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: [NOVICE] not permanent insert into stud values('myname')
Date: 1998-07-29 11:56:23
Message-ID: 81Jul28.064638edt.35713@gateway.lee.k12.nc.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Kelvin SIN 1998-07-29 14:35:38 Failure to connect remotely to postgresql with JDBC
Previous Message rony khoury 1998-07-29 09:44:09 Re: [NOVICE] Re: [INTERFACES] not permanent insert into stud values('myname')