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

Re: Strawberry Perl 64bit on Win7 crashes on DBI-function

by chacham (Prior)
on Apr 23, 2014 at 04:44 UTC ( [id://1083272]=note: print w/replies, xml ) Need Help??


in reply to Strawberry Perl 64bit on Win7 crashes on DBI-function

You mention in this thread this is to connect to DB2. It reminds me of a problem i had at a large company using DB2 for LUW.

The database and the corporate approved drivers were different versions, causing more than one interesting crash. One case (due to a bug in my code) returned an index out of range error, but when called from VB brought down the server! DB2 can be temperamental. How the calling program mattered, i do not know.

Because of this strange error, i would suggest that you check that the versions match up between server and client.

  • Comment on Re: Strawberry Perl 64bit on Win7 crashes on DBI-function

Replies are listed 'Best First'.
Re^2: Strawberry Perl 64bit on Win7 crashes on DBI-function
by theman824 (Novice) on Apr 23, 2014 at 06:36 UTC

    Thank you, i will look into that.

    Problem is, that i don't work in the IT-department. So it's a matter of actually getting the necessary information.

    It seems what i am experiencing is not really/merely a perl problem...

      You should be able to check the version of the database by logging into it, and of the driver by checking the properties panel.

Log In?
Username:
Password:

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

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

    No recent polls found