[rt-users] Adding custom field values from Perl script.
Stephen Turner
sturner at MIT.EDU
Mon Dec 11 10:29:39 EST 2006
>
> That $dbh is for a separate database for storing feedback "forms" sent
> out to people that have used our help desk. Any changes to the RT
> database, I am doing through the RT interface. my $sth =
> $dbh->prepare("SELECT * FROM new_survey(?,?,?)"); actually
> inserts into
> the feedback database, and returns the id of the inserted
> row, updating
> a few other tables in that database, as necessary.
Ah, got it - I just saw the SELECT and just assumed no updates.
Steve
More information about the rt-users
mailing list