Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

NULLs in ecpg



I couldn't find this in the archives...  In an ecpg program, given the
statement (taken from the manual):

EXEC SQL INSERT INTO sometable VALUES (:v1, ¹foo¹, :v2);

Is there a way to create the record where ':v1' is NULL - as with indicators
in a FETCH?  Or, do I have to generate different SQL statements in the C
program?

Wes




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group