- or download this
CREATE TABLE arraytesttable
(
...
WITH (
OIDS = FALSE
);
- or download this
#!/usr/bin/perl
...
$sth->execute('ger', \@german) or die($dbh->errstr);
$sth->execute('eng', \@english) or die($dbh->errstr);
$dbh->commit;
- or download this
#!/usr/bin/perl
...
$arrsth->finish;
$dbh->rollback;
- or download this
ger: Hallo,Welt
eng: Hello,world
ger: Hallo,Welt