Re: [ADMIN] Fwd: Re: fun with postgresql

2000-01-28 Thread Ross J. Reedstrom
On Fri, Jan 28, 2000 at 01:22:38PM -0600, J Carlos Morales Duarte. wrote: > > > mm > > On Fri, 28 Jan 2000, Ruben Fagundo wrote: > > > Does anyone have any idea why this happened ? > > > > I'm having trouble with postgresql. My script tries to do this: > > > > my $sql = "insert into

Re: [ADMIN] Fwd: Re: fun with postgresql

2000-01-28 Thread J Carlos Morales Duarte.
mm On Fri, 28 Jan 2000, Ruben Fagundo wrote: > Does anyone have any idea why this happened ? > > I'm having trouble with postgresql. My script tries to do this: > > my $sql = "insert into people (firstName, lastName, Email) > values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO'})";

Re: [ADMIN] Fwd: Re: fun with postgresql

2000-01-28 Thread Ross J. Reedstrom
On Fri, Jan 28, 2000 at 11:38:49AM -0500, Ruben Fagundo wrote: > Does anyone have any idea why this happened ? > > I'm having trouble with postgresql. My script tries to do this: > > my $sql = "insert into people (firstName, lastName, Email) > values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO

[ADMIN] Fwd: Re: fun with postgresql

2000-01-28 Thread Ruben Fagundo
Does anyone have any idea why this happened ? I'm having trouble with postgresql. My script tries to do this: my $sql = "insert into people (firstName, lastName, Email) values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO'})"; but it gets the error: DBD::Pg::st execute failed: ERROR: Attribute