PREPARE -> EXEC Problem - Mailing list pgsql-php

From F.
Subject PREPARE -> EXEC Problem
Date
Msg-id 1231958385.11956.6.camel@localhost.localdomain
Whole thread Raw
Responses Re: PREPARE -> EXEC Problem
List pgsql-php
Hello,
I'm trying to execute a query with a DEFAULT value for primary key value
but do not work.
    pdo->prepare("INSERT INTO "Table" ("id","colum") VALUES(?,?)");
    $arr=('DEFAULT','helloworld');
Result of PDO is "not valid value for integer".
Anyone know, How assign DEFAULT value in pdo->exec($arr)?






pgsql-php by date:

Previous
From: "Drange, Bernt Andreas"
Date:
Subject: Re: Question on libpq.so
Next
From: Chris
Date:
Subject: Re: PREPARE -> EXEC Problem