Thread: Inquiry From Form [pgsql]

Inquiry From Form [pgsql]

From
eric
Date:
in access i can put the content of a field \'date()\'. how could i do the same in postgres? when i set \'date()\',
i\'vegot the error message \'zero-length defined identifier\'
 
tnx


Re: Inquiry From Form [pgsql]

From
Stephan Szabo
Date:
On Wed, 14 May 2003, eric wrote:

> in access i can put the content of a field \'date()\'. how could i do
> the same in postgres? when i set \'date()\', i\'ve got the error
> message \'zero-length defined identifier\'

It would be helpful if you gave more information like the specific table
schema and insert/update that you are doing.