DBIx::Recordset::SQLInsert():
return $self->do ("INSERT INTO $self->{'*Table'} ($fields) VALUES ($vals)") ;
$self->{'*Table'} seems to be "table1,table2,table3" for each table in
$self->Links. I presume this came from BuildFields().
needless to say, "INSERT INTO table1,table2,table3 .." is invalid SQL.
can I just make this $self->{'!Table'} ? or should I try and fix
BuildInfo?
(also: Link4Field() has a debugging line that isn't protected by an
"if $self->{'*Debug'} > 2":
print LOG "DB: Field $v->{'!MainField'} has link $k\n" ;
)
--
- Gus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]