Re: Please help: PHP4/postgres db woes

From: Danny O'Brien <dannyo(at)steinrogan(dot)com>
To: Robby Russell <rrussell(at)commandprompt(dot)com>
Cc: Alextween(at)aol(dot)com, Kay Rock <kayrockscreenprinting(at)hotmail(dot)com>, bruce <bedouglas(at)earthlink(dot)net>, pgsql-php(at)postgresql(dot)org
Subject: Re: Please help: PHP4/postgres db woes
Date: 2004-03-09 16:15:25
Message-ID: F927B1E2-71E4-11D8-85B0-0050E466B453@steinrogan.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Mar 9, 2004, at 11:04 AM, Robby Russell wrote:

> Danny O'Brien typed this on 03/09/2004 07:45 AM:
>> My next test was an attempt to manually enter values into the
>> database (called "ourdb" for the sake of this test):
>> ourdb=# INSERT INTO usr (id, fname, lname, login, password,
>> admin_flag, client_id) VALUES (4, 'Fred', 'Friendly', 'Fred',
>> 'xxxxx', 'A', 1)
>> ourdb-#
>
> Typically, you would end your INSERT statement with a ';'

Right -- that worked. So the database seems to be completely fine.

Thank you.

- Danny O'Brien

In response to

Browse pgsql-php by date

  From Date Subject
Next Message bruce 2004-03-09 16:18:25 Re: Please help: PHP4/postgres db woes
Previous Message Robby Russell 2004-03-09 16:04:39 Re: Please help: PHP4/postgres db woes