| Thread | Last Post | Replies |
|
| Ref:-- How to transfer DBI/DBD binary. | 31 Oct 2007 14:44 GMT | 2 |
All: I have installed DBI/DBD using gcc in our development solaris server. I want to install on production server but without using gcc or cc(compiler), Is there any way to transfer binary of DBI/DBD to
|
| DBI-Connect respondign slow | 30 Oct 2007 22:30 GMT | 1 |
I have an ASP page with Perl code in it. Now when i open a new session than i am able to connect to the system and get the pages displayed pretty fast. And also whatever database query i fire is executed pretty fast. But if i perform any operation from an old session which is not ...
|
| (Fwd) RE: using $dbh->quote with UTF | 29 Oct 2007 21:41 GMT | 1 |
----- Forwarded message from "Schultz, Len" <len@winequest.com> ----- Subject: RE: using $dbh->quote with UTF Date: Tue, 23 Oct 2007 01:52:49 -0400 From: "Schultz, Len" <len@winequest.com>
|
| Issue with perl, DBD::Oracle, Solaris 10 | 29 Oct 2007 13:45 GMT | 2 |
First, is this the right place to ask questions about compiling DBD::Oracle? I am having trouble building with DBD-Oracle 1.19 Against the stock perl in Solaris 10, I get an error that looks like this: --------------
|
| Parsing Results from fetchall_hashref() | 28 Oct 2007 16:55 GMT | 2 |
I'm trying to debug a problem in a Perl script that retrieves records from an Oracle database and writes those records to a flat file. I'm retrieving the records using fetchall_hashref() and have found that at least one record isn't being written correctly so I'm trying to figure
|
| Announce: DBI 1.601 release candidate 1 | 26 Oct 2007 11:38 GMT | 1 |
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.59_90.tar.gz size: 495066 bytes md5: 05479ff557900e8e93b4f0f018d29e47 It's called DBI-1.59_90 but it's actually 1.601.
|
| RE: -- How to transfer DBI/DBD binary. | 24 Oct 2007 20:28 GMT | 2 |
I have not found a was to install it with out the compiler, what flavor of Solaris are you using? -----Original Message----- From: MEHTA, HARESH, ATTSI [mailto:hm9784@att.com]
|
| using $dbh->quote with UTF | 23 Oct 2007 08:45 GMT | 6 |
I'm trying to use $dbh->quote with a UTF string, and I'm not having luck. How can I get it to return a UTF8 string? Here is my example: #!/usr/bin/perl -w
|
| (Fwd) Strange memory leak (?) with DBI ? DBD::Pg | 22 Oct 2007 04:15 GMT | 2 |
----- Forwarded message from Troy Davis <tdavis@tdavis.org> ----- x-pobox-client-address: 216.37.68.82 x-pobox-client-name: cafeautism.net Date: Sat, 20 Oct 2007 11:22:42 -0500
|
| DBD::CSV: make test fails | 19 Oct 2007 11:54 GMT | 2 |
[sorry for eventual double posting] since a longer time I am using DBD::CSV for several purposes and were quite happy with it. But now I try to install it on an old Linux Server (SuSE) and the 'make test' fails in nearly every case. Can someone give
|
| DBD::ODBC 1.14 does not work on Windows x64 using Microsoft ODBC drivers | 17 Oct 2007 08:54 GMT | 3 |
I have Perl 5.8.8 built for Windows x64 from Activestate (version 822) installed on a Windows 2003 x64 bit server (Xeon processor). I have installed version 1.59 of DBI and version 1.14 of DBD::ODBC compiled for x64 bit, using the freely available Microsoft SDK.
|
| DBD::CSV: make test fails | 15 Oct 2007 08:18 GMT | 2 |
since a longer time I am using DBD::CSV for several purposes and were quite happy with it. But now I try to install it on an old Linux Server and the 'make test' fails in nearly every case. Can someone give some hints? Here is the 'make test' part from the automated installation ...
|
| DBI and DBD::Oracle throw error Had to create DBD::Oracle::dr::imp_data_size unexpectedly | 11 Oct 2007 05:11 GMT | 6 |
Running some redhat servers and created some scripts that use DBI and DBD::Oracle to access our 10.2.0.3 databases. The script was built and tested and has been used successfully on dual core 64bit Xeon CPU servers and with as best as we can tell an identical installation on some ...
|
| Repost from CPAN DBD::ORacle forum | 10 Oct 2007 15:08 GMT | 1 |
Hi. Sorry if this turns out to be a newbie mistake, but I've run into an odd problem while using DBD::Oracle. For some reason, my sql statement results in empty strings. Instead of getting the value i want to see there is a "''," (please see
|
| [CDBI] X is not a column of Y | 06 Oct 2007 23:49 GMT | 5 |
I am getting the error posted below when I try to delete from a table that has_many() records in another table. All my classes are defined in separate files and Communication is being loaded before Task where Communication has_a(Task) and T has_many(Communications).
|