Re: Can't set unrecognized attribute (Profile)

2002-10-29 Thread Tim Bunce
Try: local $SIG{__WARN__} = sub {}; Tim. On Mon, Oct 28, 2002 at 01:22:02PM -0500, Jeff Boes wrote: This is more of a curiosity question than a possible bug report. I have a customized layer on top of DBI which includes code to enable the Profile feature; however, the installation

DBD::ProxyServer under Win32

2002-10-29 Thread oliver
I'm trying to get DBD::Proxy to work under Win32 to allow me to talk to a SQL Server 7 database. I can connect to the database directly under Win32 using DBD::ODBC and DBD::ADO, but when I configure up to use DBD::Proxy, the client just hangs when it tries to connect. Server output: C:\dbiproxy

Oracle Nclob problem

2002-10-29 Thread Rowe,Paul
Tim, sorry to bother you but after searching through the cpan and perl-org docs I cannot find a solution to my problem. We are attempting to retrieve a nclob value from an Oracle 8i database and cannot do so. When I log in to sql plus we can retrieve the value, but cannot do so from

Re: cannot open Pg.pm

2002-10-29 Thread David Wheeler
On Monday, October 28, 2002, at 09:11 PM, Billy wrote: *[bw@roscoe DBD-Pg-1.13]$ perl Makefile.PL Configuring Pg Remember to actually read the README file ! OS: linux Using DBI 1.30 installed in /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI Checking if your kit is complete... Looks good

Re: cannot open Pg.pm

2002-10-29 Thread Billy
David Wheeler wrote: On Monday, October 28, 2002, at 09:11 PM, Billy wrote: *[bwroscoe DBD-Pg-1.13]$ perl Makefile.PL Configuring Pg Remember to actually read the README file ! OS: linux Using DBI 1.30 installed in /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI Checking if your kit is

Re: cannot open Pg.pm

2002-10-29 Thread Billy
David Wheeler wrote: On Tuesday, October 29, 2002, at 10:44 AM, Billy wrote: Line 6 of Makefile.PL in DBD-Pg should not be a factor since several lines past 6, is Print OS which is shown in the output. And it continues to check the value of POSTGRES-INCLUDE and ..._LIB, and continues.

Re: cannot open Pg.pm

2002-10-29 Thread Billy
Billy wrote: David Wheeler wrote: On Tuesday, October 29, 2002, at 10:44 AM, Billy wrote: Line 6 of Makefile.PL in DBD-Pg should not be a factor since several lines past 6, is Print OS which is shown in the output. And it continues to check the value of POSTGRES-INCLUDE and ..._LIB, and

Re: cannot open Pg.pm

2002-10-29 Thread Ronald J Kimball
On Tue, Oct 29, 2002 at 02:38:05PM -0500, Billy wrote: Back at the original problem, did it seem to you the 'line 6' error ahould have been in the Makefile? Look at the error message again. It says the error is on line 6 of (eval 8), i.e. the eighth eval that was executed in the program. In

Re: cannot open Pg.pm

2002-10-29 Thread Billy
Ronald J Kimball wrote: On Tue, Oct 29, 2002 at 02:38:05PM -0500, Billy wrote: Back at the original problem, did it seem to you the 'line 6' error ahould have been in the Makefile? Look at the error message again. It says the error is on line 6 of (eval 8), i.e. the eighth eval that