booleans
От
Gregory Holston
Тема
booleans
Дата
Msg-id
Pine.SUN.3.91.981229103532.6410B-100000@shell
Список
Дерево обсуждения
Re: [SQL] booleans "Jose' Soares" <jose@sferacarta.com>
Re: [SQL] booleans Gregory Holston <holston@itd.nrl.navy.mil>
Re: [SQL] booleans Eric McKeown <ericm@palaver.net>
Re: [SQL] booleans Gregory Holston <holston@itd.nrl.navy.mil>
Good day all,
I just wrote an HTML form with a PHP script to enter data into a table
witha boolean field. When I pressed enter it returned the following error
"Warning: PostgresSQL query failed: ERROR: Bad boolean external
representation". The script is as follows:
if( $id ) {
pg_Exec($conn, "INSERT into authors
VALUES ('$pubrelease', '$id', '$first');");
}
I would appreciate any help.
Thanks,
-Greg
В списке pgsql-sql по дате отправления