Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: PGSQL / DBI

by sutch (Curate)
on Mar 19, 2001 at 08:25 UTC ( [id://65359]=note: print w/replies, xml ) Need Help??


in reply to Re: PGSQL / DBI
in thread PGSQL / DBI

Try getting rid of the trailing semicolon. psql doesn't like it.

I create DBI database handles like so:

my $data_source = "dbi:Pg:dbname=links"; my $dbh = DBI->connect( $data_source, $username, $password );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://65359]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found