After installing Active Perl 5.8.8 Build 822 on WindowsXP, I do not see DBD-Oracle in \"View All Packages\" of Perl Package Manager.
I would like to use mod_dbd to implement connection pooling for my php application. I am able to define the mod_dbd module for apache and I can see the connections that it is op开发者_如何学编程ening,
I\'ve got a problem with the module DBD::CSV v0.30. Since a update to the newes version, all headers in the fetchrow_hashref generated hash are lower case instead of mixed case.
So I can connect with (obviously I replaced all the real values) mysql -u username -p -h db.dbhostname.com dbname
Can someone advise on why I get errors opening the file in the code below. The errors start about half way through the 9th iteration of 25 threads, and are \"Too many open files\" errors.The error onl
From the SQL::Statement::Functions documentation: Function syntax When using SQL::Statement/SQL::Parser directly to parse SQL, functions (either built-in or user-defined) may occur anywhere in a SQ
In this script I have problems with file-name-extensions: if I use /home/mm/test_x it works, with file named /home/mm/test_x.csv it doesn\'t:
I have some troubles inserting an UTF8 string into an oracle 10 database on Solaris, using the latest DBD::Oracle on perl v5.8.4.
We have Oracle Server \" Oracle Version: 10.2.0.4.0 - 64bit\".I like to connect to this server withPerl from my RHEL machine. I am able to connect via s开发者_C百科qlplus successfully. I can use 32-bi
Connecting to postgres with rails was no big deal.rails -d postgresql app_name, setup the database.yml and voila.I cannot, however, use postgres with just a little test script