Thread Verwendung von Datenbanklinks in SELECT-Abfrage
(29 answers)
Opened by Hanna at 2009-09-23 15:00
Lass Dir doch Fehler mal ausgeben...
Code (perl): (dl
)
1 2 $sth = $dbh->prepare('SELECT PRODUCT_ID FROM schema.products@dblink_to_testdb where (product_id=?)') or die $dbh->errstr; $sth->execute($partnr) or die $dbh->errstr; OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |