> 
> 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

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to