dbd
How can I manually Installing DBD-Oracle 1.17 in ActivePerl on Windows?
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.[详细]
2023-01-20 06:13 分类:问答Using php to connect to mysql using mod_dbd
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,[详细]
2023-01-17 12:14 分类:问答DBD::CSV: Returns header in lower case
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.[详细]
2023-01-09 08:48 分类:问答Catalyst create schema can't connect but I can
So I can connect with (obviously I replaced all the real values) mysql -u username -p -h db.dbhostname.com dbname[详细]
2023-01-07 07:58 分类:问答Perl - Too many files error when using DBD Oracle
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[详细]
2023-01-04 03:45 分类:问答Question about DBD::CSB Statement-Functions
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[详细]
2023-01-02 04:04 分类:问答DBD::CSV: Problem with file-name-extensions
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:[详细]
2022-12-29 05:39 分类:问答DBD::Oracle and utf8
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.[详细]
2022-12-26 12:49 分类:问答How I can connect to Oracle from Perl?
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[详细]
2022-12-26 08:27 分类:问答Manually connect to PostgreSQL with Ruby
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[详细]
2022-12-15 03:08 分类:问答