timo has asked for the wisdom of the Perl Monks concerning the following question:
#** Returns unique data from all included columns per table. $db3->{RaiseError} = 1; unless ($sth_minus = $db3->prepare_cached(" SELECT $column_list FROM $ +database_user_1.$table_names_r->[0]".'@'."$config{database_dblink_1} MINUS SELECT $column_list FROM $ +database_user_2.$table_names_r->[0]".'@'."$config{database_dblink_2} ")) {warn $@ if $@;} $sth_minus->execute;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI Error Trapping
by runrig (Abbot) on Dec 18, 2001 at 02:11 UTC | |
by timo (Novice) on Dec 19, 2001 at 11:43 UTC | |
by htoug (Deacon) on Dec 19, 2001 at 12:15 UTC | |
by runrig (Abbot) on Dec 19, 2001 at 23:14 UTC | |
|
Re: DBI Error Trapping
by Zaxo (Archbishop) on Dec 18, 2001 at 07:29 UTC |