Search Discussions
-
Dear sir/madam, How can we tell that we have already install DBD-Oracle drive for DBI ? If we have already install DBD-Oracle, how can we check what version it is ? We have the unix (HP-UX houux14 ...
Ili
Mar 28, 2008 at 3:06 pm
Apr 10, 2008 at 4:15 pm -
Hi, I am trying to connect to SQL Server 2005 on a windows 64bit machine from the same machine. And I get this error message: DBI connect(xxxsql01,'sa',...) failed: [Microsoft][ODBC Driver Manager] ...
Ramakrishna Raju
Mar 13, 2008 at 3:40 pm
Mar 18, 2008 at 10:26 am -
Hi, Has anyone else needed to write into LOB columns on remote Oracle databases through a database link (created by the Oracle statement 'CREATE PUBLIC DATABASE LINK ...'). For example, we have this: ...
Eric Simon
Mar 5, 2008 at 8:12 pm
Mar 20, 2008 at 5:14 pm -
Hi, I'm new to this list. I looked over the various Perl mailing lists and decided on this one although my problem isn't directly related to DBI. But the reason I'm trying to compile Perl from source ...
Vachon, Frederick P (Fred) A5IT
Mar 20, 2008 at 5:04 pm
Mar 21, 2008 at 5:29 pm -
The Perl Foundation is participating in Google's 2008 Summer of Code. http://code.google.com/soc/2008/ This means Google will give "successful student contributors a 4500 USD stipend, enabling them ...
Tim Bunce
Mar 18, 2008 at 11:04 pm
Mar 31, 2008 at 7:51 pm -
Hi, I am running DBI and Oracle DB; I am executing a package and using $dbh- func('dbms_output_get') as in my $row; while (($row = $dbh- func('dbms_output_get'))) { print "$row\n"; } if ($sth- err) { ...
Pompiliu
Mar 18, 2008 at 9:07 pm
Mar 23, 2008 at 8:28 pm -
Hi , We downloaded DBD::Sybase 1.08 <http://www.peppler.org/downloads/DBD-Sybase-1.08.tar.gz from peppler.org and ran the necessary Makefile on our Linux host. When we ran the program ...
Badrinath, Itta
Mar 27, 2008 at 5:55 pm
Mar 28, 2008 at 2:58 pm -
Lo, This is more for the archives than anything as there is a workaround. When inserting 1234567890.123456 into a decimal(16,6) column, the value stored is 1234567890.123460 Having a brainwave from ...
Myrose 20 Ftumsh
Mar 14, 2008 at 9:51 am
Mar 14, 2008 at 3:16 pm -
Should have posted to users not dev. This is really a bizarre problem. I can get it to fail about every fifth iteration otherwise the process works. I ran it from another server connect to the same ...
Scott T. Hildreth
Mar 7, 2008 at 5:25 pm
Mar 14, 2008 at 11:45 am -
Hi all, I'm a DBI newb, trying to pull some data from a DB2 database. This was actually working yesterday, but part way through the day, I started getting an error from my $dbh- prepare. If I changed ...
Mark Drummond
Mar 11, 2008 at 4:55 pm
Mar 12, 2008 at 3:03 pm -
Hi, I am having a bit of trouble using aggregate functions with DBI::CSV (version 0.22) and could use some help figuring out why. I have the following code snippet that queries a CSV file named ...
Ashok Vemuri
Mar 3, 2008 at 11:30 pm
Mar 7, 2008 at 5:51 pm -
Hi all, I am desperately trying to link Postgresql with Oracle. Everything seems to be working except for one thing: I can't manage to get this baindead thing, called oracle working, where postgresql ...
Giedrius Liubavicius
Mar 28, 2008 at 8:48 pm
Apr 1, 2008 at 11:43 am -
Dear All, We have been struggling a lot about TDS & ODBC performance over high-latency connections. We're using MS SQL 2000 and unixODBC on Gentoo Linux to connect to it. Our problem is that we have ...
Fi Dot
Mar 29, 2008 at 3:03 am
Mar 30, 2008 at 10:49 pm -
I'm having a problem with one of my modules (SQL::DB) failing on calls to prepare_cached. I'm asking here for help because this is failing on every CPAN Tester's build, but I can't repeat the issue ...
Mark Lawrence
Mar 25, 2008 at 8:31 am
Mar 25, 2008 at 11:12 pm -
Hi, I have a complex CGI program, which need to call external program, while keeping the DBI connection open. I'm struggling with the "InactiveDestroy" property. Per the DBI perldoc: This attribute ...
Lenga, Yair
Mar 24, 2008 at 4:05 pm
Mar 25, 2008 at 11:35 am -
I've finally have a reason to write an ODBC wrapper around Perl/DBI (not DBD::ODBC, but the other way around). But I'm having no luck finding the formal ODBC 3.5 spec. It appears our friends in ...
Dean Arnold
Mar 23, 2008 at 7:49 pm
Mar 24, 2008 at 2:56 pm -
Hi, I have successfully installed the Oracle instant client, DBI-1.602 and DBD-Oracle 1.20 and can connect to a database on a remote host, but only if I set LD_LIBRARY_PATH to the directory where the ...
James H. McCullars
Mar 18, 2008 at 6:10 pm
Mar 18, 2008 at 8:34 pm -
I'm trying to setup my Perl and DBI/DBD:Sybase development environment for the first time on Mac OS X (Tiger v10.4). I get errors running MAKE after the make Makefile.PL in DBD-Sybase-1.08 I ...
Joe Lushinski
Mar 27, 2008 at 9:23 pm
Mar 29, 2008 at 6:44 am -
Hi all. New to Perl and new to DBI, though not new to scripting and databases in general. My script hangs when I try to add a WHERE clause to the SQL. This code works fine : my $sql; $sql = "SELECT * ...
Mark Davenport
Mar 26, 2008 at 12:38 pm
Mar 26, 2008 at 11:26 pm -
That error doesn't look like a DBI problem, they're not even DBI tests. So I'm not sure what you're asking. Tim.
Tim Bunce
Mar 25, 2008 at 10:28 am
Mar 25, 2008 at 1:16 pm -
*** DBI Mailing List Archives MarkMail is a free service for searching mailing list archives. They’ve recently loaded 530,000 emails from 75 perl-related mailing lists into their index. They’ve got a ...
Tim Bunce
Mar 17, 2008 at 5:43 pm
Mar 24, 2008 at 8:40 pm -
Hi, I am writing a perl script to execute several stored proc on SQL Server 2005 and the stored proc uses the log function. When the argument to the log function is -1, it is outside the domain for ...
Ramakrishna Raju
Mar 18, 2008 at 6:26 pm
Mar 18, 2008 at 7:10 pm -
Round trips to the database are expensive too. I'd go with store the whole LOB in a file and then bind that to the LOB - it will be be less stress on the system overall, I think. It depends slightly ...
Jonathan Leffler
Mar 7, 2008 at 4:39 am
Mar 7, 2008 at 5:11 am -
Hello, I've managed to install a DB2 runtime client on Linux. Successfully installed DBD::DB2 (passed all tests after installing via CPAN.) Created a user db2inst1. Set the following env vars: ...
Patrick Wever, XPOS Internet Solutions
Mar 5, 2008 at 11:12 am
Mar 5, 2008 at 1:26 pm -
Hi. I use DBI and DBD::mysql (both up-to-date versions from cpan) in a mod_perl application. When constructing the SQL statements I 1) untaint the vars used to concat the actual statements 2) use ...
Hendrik Schumacher
Mar 3, 2008 at 2:04 pm
Mar 3, 2008 at 9:57 pm -
No make test errors with this release. A few days ago I built the 1.602 version on a Solaris machine and got 2 test errors related to 85gofer. Failed Test Stat Wstat Total Fail Failed List of Failed ...
Vachon, Frederick P (Fred) A5IT
Mar 25, 2008 at 8:10 pm
Mar 25, 2008 at 8:10 pm -
=head2 Changes in DBI 1.604 (svn rev 10994) 24th March 2008 Fixed fetchall_arrayref with $max_rows argument broken in 1.603, thanks to Greg Sabino Mullane. Fixed a few harmless compiler warnings on ...
Tim Bunce
Mar 24, 2008 at 4:05 pm
Mar 24, 2008 at 4:05 pm -
=head2 Changes in DBI 1.603 Fixed pure-perl fetchall_arrayref with $max_rows argument to not error when fetching after all rows already fetched. (Was fixed for compiled drivers back in DBI 1.31.) ...
Tim Bunce
Mar 24, 2008 at 1:35 pm
Mar 24, 2008 at 1:35 pm -
I am trying to install DBI-1.602 on AIX 5.3 and the make is failing with the error in the attachement (make.out) Appears I am missing crypt.h. Tried it on another server which has a crypt.h and get a ...
Kathleen Gaiek
Mar 20, 2008 at 3:23 pm
Mar 20, 2008 at 3:23 pm -
Ich werde ab 13.03.2008 nicht im Büro sein. Ich kehre zurück am 28.03.2008. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.
Klaus Loewenhagen
Mar 18, 2008 at 8:39 am
Mar 18, 2008 at 8:39 am -
Hi All Hope it's good place to put some problem with CDBIL::Relationship Help me please to understand rules of writing relationships. For example: i've got two simple, testing DB (PostgreSQL): ...
Gswitkow
Mar 13, 2008 at 2:37 pm
Mar 13, 2008 at 2:37 pm -
Help required! I have recently installed DBD-mysql 4.006 on Leopard (Mac OS X 10.5.2) and I am having problems. When I try to run my Perl scripts on my local (Apache\) server I get the following ...
Quicksilver-web
Mar 12, 2008 at 2:20 pm
Mar 12, 2008 at 2:20 pm -
I think you're mixing two different Makefile.PL files. The config.pl file is used by the Makefile.PL of sybperl-2.18, not by DBD::Sybase's Makefile.PL Michael -- Michael Peppler - Peppler Consulting ...
Michael Peppler
Mar 6, 2008 at 8:23 pm
Mar 6, 2008 at 8:23 pm -
One more site, one more password to remember. Oh well... I've added myself as a possible mentor, and listed DBI as the area of interest. Admittedly, my interest is as much in ensuring that the tests ...
Jonathan Leffler
Mar 4, 2008 at 6:53 am
Mar 4, 2008 at 6:53 am -
Hello, I'm trying to install DBD::DB2 on Linux. I've downloaded and successfully installed the DB2 Application Development Client for Linux (ftp://ftp.software.ibm.com/ps/products/ ...
Patrick Wever, XPOS Internet Solutions
Mar 3, 2008 at 8:37 pm
Mar 3, 2008 at 8:37 pm
Group Overview
group | dbi-users |
categories | perl |
discussions | 35 |
posts | 123 |
users | 47 |
website | dbi.perl.org |
47 users for March 2008
Archives
- May 2016 (10)
- April 2016 (15)
- February 2016 (4)
- January 2016 (6)
- December 2015 (17)
- November 2015 (7)
- October 2015 (23)
- September 2015 (6)
- March 2015 (14)
- February 2015 (27)
- January 2015 (30)
- December 2014 (30)
- November 2014 (5)
- October 2014 (22)
- September 2014 (5)
- August 2014 (9)
- July 2014 (11)
- June 2014 (14)
- May 2014 (14)
- April 2014 (30)
- March 2014 (16)
- February 2014 (47)
- January 2014 (36)
- December 2013 (23)
- November 2013 (20)
- October 2013 (32)
- September 2013 (40)
- August 2013 (31)
- July 2013 (10)
- June 2013 (43)
- May 2013 (46)
- April 2013 (16)
- March 2013 (11)
- February 2013 (18)
- January 2013 (8)
- December 2012 (11)
- November 2012 (30)
- October 2012 (42)
- September 2012 (9)
- August 2012 (71)
- July 2012 (18)
- June 2012 (35)
- May 2012 (34)
- April 2012 (16)
- March 2012 (33)
- February 2012 (50)
- January 2012 (25)
- December 2011 (38)
- November 2011 (29)
- October 2011 (71)
- September 2011 (57)
- August 2011 (34)
- July 2011 (25)
- June 2011 (37)
- May 2011 (71)
- April 2011 (41)
- March 2011 (57)
- February 2011 (70)
- January 2011 (53)
- December 2010 (76)
- November 2010 (36)
- October 2010 (92)
- September 2010 (79)
- August 2010 (59)
- July 2010 (74)
- June 2010 (129)
- May 2010 (121)
- April 2010 (148)
- March 2010 (92)
- February 2010 (76)
- January 2010 (75)
- December 2009 (64)
- November 2009 (69)
- October 2009 (110)
- September 2009 (49)
- August 2009 (67)
- July 2009 (51)
- June 2009 (106)
- May 2009 (91)
- April 2009 (81)
- March 2009 (100)
- February 2009 (71)
- January 2009 (91)
- December 2008 (63)
- November 2008 (98)
- October 2008 (98)
- September 2008 (114)
- August 2008 (65)
- July 2008 (96)
- June 2008 (89)
- May 2008 (116)
- April 2008 (148)
- March 2008 (123)
- February 2008 (81)
- January 2008 (99)
- December 2007 (75)
- November 2007 (76)
- October 2007 (91)
- September 2007 (107)
- August 2007 (207)
- July 2007 (205)
- June 2007 (141)
- May 2007 (135)
- April 2007 (164)
- March 2007 (141)
- February 2007 (178)
- January 2007 (192)
- December 2006 (84)
- November 2006 (143)
- October 2006 (96)
- September 2006 (288)
- August 2006 (235)
- July 2006 (173)
- June 2006 (224)
- May 2006 (225)
- April 2006 (268)
- March 2006 (162)
- February 2006 (234)
- January 2006 (263)
- December 2005 (230)
- November 2005 (206)
- October 2005 (175)
- September 2005 (189)
- August 2005 (191)
- July 2005 (260)
- June 2005 (225)
- May 2005 (263)
- April 2005 (369)
- March 2005 (302)
- February 2005 (222)
- January 2005 (291)
- December 2004 (364)
- November 2004 (335)
- October 2004 (317)
- September 2004 (362)
- August 2004 (368)
- July 2004 (306)
- June 2004 (269)
- May 2004 (214)
- April 2004 (273)
- March 2004 (352)
- February 2004 (326)
- January 2004 (458)
- December 2003 (278)
- November 2003 (308)
- October 2003 (338)
- September 2003 (408)
- August 2003 (386)
- July 2003 (415)
- June 2003 (541)
- May 2003 (674)
- April 2003 (461)
- March 2003 (647)
- February 2003 (495)
- January 2003 (514)
- December 2002 (612)
- November 2002 (528)
- October 2002 (705)
- September 2002 (567)
- August 2002 (509)
- July 2002 (576)
- June 2002 (689)
- May 2002 (529)
- April 2002 (794)
- March 2002 (656)
- February 2002 (706)
- January 2002 (794)
- December 2001 (456)
- November 2001 (637)
- October 2001 (772)
- September 2001 (557)
- August 2001 (889)
- July 2001 (720)
- June 2001 (865)
- May 2001 (1,031)
- April 2001 (908)
- March 2001 (715)
- February 2001 (568)
- January 2001 (128)