Thread Perl/DBI - UPDATE "hängt" (18 answers)
Opened by ptk at 2005-02-01 17:02

nes
 2005-02-01 17:08
#32983 #32983
User since
2005-01-24
14 Artikel
BenutzerIn
[default_avatar]
Hallo ptk,

dazu muesste mir aber die Ausgabe irgendwas sagen, das tut's leider nicht ... Hier die Ausgabe mit DBI_TRACE = 2

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
main::(mist.pl:24):     my $key2 = "00000015";
DB<1>
main::(mist.pl:26): $sth->execute($upd, $key1, $key2) or die $dbh->errstr;
DB<1>
-> execute for DBD::Oracle::st (DBI::st=HASH(0x216c384)~0x23849f8 '000000000
99' '04' '00000015') thr#0183F32C
bind :p1 <== '00000000099' (type 0)
bind :p1 <== '00000000099' (size 11/12/0, ptype 4, otype 1)
bind :p2 <== '04' (type 0)
bind :p2 <== '04' (size 2/3/0, ptype 4, otype 1)
bind :p3 <== '00000015' (type 0)
bind :p3 <== '00000015' (size 8/9/0, ptype 4, otype 1)
dbd_st_execute (for sql f5 after oci f62, out0)...


lg., nes

View full thread Perl/DBI - UPDATE "hängt"