Check out the RaiseError attribute in the DBI docs. It might give you and/or us a better idea of what is going wrong. And not that it matters here, but you might want to make a habit of adding Use strict and warnings to your programs.
Doubt raise error would help because I not getting past the connect statement. It gives me the pretty dialog box or is the pretty useless dialog about sending a report to MS.
Hi all. It seems that you have the same problem as I have on my computer.
I'm currently trying to install bugzilla on my computer and I it is not working for me :
It seems that the DBI->Conenct method generate an unhandled viaolation exception (0xC0000005) and so nothing can be made in order to get any data about what is happening.
I'm using the following settings when calling connect.
// DSN : DBI:Pg:dbname=template1;options='-c client_min_messages=warning'
// USER : thedatabase
// PASS : thepassword
TontonYoy