RE: Problem 'setting' data.

[prev] [thread] [next] [Date index for 2005/03/09]

From: Terrence Brannon
Subject: RE: Problem 'setting' data.
Date: 23:08 on 09 Mar 2005


> -----Original Message-----
> From: John Day [mailto:johnday@xxxxxxxxxxxx.xxx]=20

>=20
>      my $outbox =3D InContact::cDBI::outbox->create( {
>                                                    =20
> contact_id =3D> $self->{_cid},
>                                                     to =3D>=20
> $self->{_to},
>                                                     #cc =3D>=20
> $self->{_cc},
>                                                     #bcc =3D>=20
> $self->{_bcc},
>                                                     response =3D> $rv,
>                                                     body =3D>=20
> $outbox_body,
>                                                    } );

Why don't you wrap that ->create() call with

DBI->trace(2);

   my $outbox ...

DBI->trace(0)

And show us the full query?=20

RE: Problem 'setting' data.
Terrence Brannon 23:08 on 09 Mar 2005

Generated at 08:54 on 14 Mar 2005 by mariachi v0.52