Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: PostreSQL DBD

by wrog (Friar)
on Nov 29, 2014 at 07:09 UTC ( [id://1108699]=note: print w/replies, xml ) Need Help??


in reply to PostreSQL DBD

You might want to try DBD::PgPP (the pure perl driver)

which will sidestep any .dll issues/conflicts involving DBD::Pg (i.e., if it was compiled with a bad/old version of ssleay.dll) or you'll find out that your problem has nothing to do with DBD::Pg and it's some other module that's screwing you.

Replies are listed 'Best First'.
Re^2: PostreSQL DBD
by swesque (Initiate) on Nov 29, 2014 at 17:05 UTC
    Worked on first test with DBD-PgPP!!

    Also found another possible solution with Net::PostgreSQL which I haven't tested yet.

    Will probably proceed with your solution since I am somewhat familier with Perl DBI using ODBC.

    Thank you. -ga

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-19 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found