|< 1 2 >| | 14 Einträge, 2 Seiten |
1
2
3
4
5
#!/usr/bin/perl
use Pg;
$conn = Pg::connectdb("dbname=url") or print "error";
$res = $conn->exec("SELECT * ") or print "error";
Quotecould not connect to server: No such file or directory at ./fltest.pl line 3
could not connect to server: No such file or directory at
$connection_body = pg_pconnect("host=localhost dbname=url user=username");
1
2
my $dbh = DBI->connect("dbi:Pg:dbname=$dbname;host=$host;port=$port;" .
"options=$options", $username, $password);
|< 1 2 >| | 14 Einträge, 2 Seiten |