Re: re[GENERAL] lations does not exist

2007-10-19 Thread Albe Laurenz
Adrian Klaver wrote: >> I doing a simple insert into a table re Perl/DBI >> "INSERT INTO party (party_id, party_type_id, description, status_id) >> VALUES ($partyId, 'PERSON', 'Initial Import','PARTY_ENABLED') >> >> and I'm getting a >> "ERROR: relations "party" does n

Re: re[GENERAL] lations does not exist

2007-10-18 Thread Adrian Klaver
On Tuesday 16 October 2007 12:20 pm, ctorres wrote: > Hi, > > I doing a simple insert into a table re Perl/DBI > "INSERT INTO party (party_id, party_type_id, description, status_id) >VALUES ($partyId, 'PERSON', 'Initial > Import','PARTY_ENABLED') > > and I'm getting

Re: re[GENERAL] lations does not exist

2007-10-18 Thread Alan Hodgson
On Tuesday 16 October 2007, ctorres <[EMAIL PROTECTED]> wrote: > Hi, > > I doing a simple insert into a table re Perl/DBI > "INSERT INTO party (party_id, party_type_id, description, status_id) >VALUES ($partyId, 'PERSON', 'Initial > Import','PARTY_ENABLED') > > and

re[GENERAL] lations does not exist

2007-10-18 Thread ctorres
Hi, I doing a simple insert into a table re Perl/DBI "INSERT INTO party (party_id, party_type_id, description, status_id) VALUES ($partyId, 'PERSON', 'Initial Import','PARTY_ENABLED') and I'm getting a "ERROR: relations "party" does not exist" I get the same e