Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Using Two Different Database types in Perl

by sundialsvc4 (Abbot)
on Aug 04, 2014 at 14:42 UTC ( [id://1096136]=note: print w/replies, xml ) Need Help??


in reply to Using Two Different Database types in Perl

You definitely need to reduce this to a test-case that clearly demonstrates the (minimal) problem.   My suspicions of a bug in your program are aroused by what you say ... “the same SQL.”   You need to be absolutely certain that you are performing the same steps each time:   connect, prepare the SQL query (from a text string), execute the query, close everything, disconnect.   Leaving out none of these steps, and not re-using any Perl object.   That’s why a short piece of example code is needed.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-23 10:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found