Thread MySQL + Transaktion -> funktioniert nicht (30 answers)
Opened by SirLant at 2003-08-25 16:00

SirLant
 2003-08-26 02:02
#31899 #31899
User since
2003-08-04
516 Artikel
BenutzerIn
[default_avatar]
Hm, versuche ich mal.


Edit:

habe es so:
Code (perl): (dl )
1
2
3
4
my $sth = $dbh->prepare ("SELECT doku_id FROM doku_posten WHERE `bestell_id` = ? AND "
                                . "`doku_id` = ? AND `passwort` = ?");
$sth = $dbh->execute ($bestell_id, $doku_id, $pwd);
my $doku_result = $sth->selectrow_array ();


Der interpreter bringt:
Can't locate object method "execute" via package "DBI::db" at E:/WWW/cgi-bin/pseudecom/dokument.cgi line 29.


wo liegt da das Problem?\n\n

<!--EDIT|SirLant|1061849217-->
--Programming today is a race between Software Enginers striving to build bigger and better idiot-proof Programs,
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning!

View full thread MySQL + Transaktion -> funktioniert nicht