FAQ

Search Discussions

35 discussions - 123 posts

  • 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 ...
    IliIli
    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 RajuRamakrishna 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 SimonEric 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) A5ITVachon, 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 BunceTim 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) { ...
    PompiliuPompiliu
    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, IttaBadrinath, 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 FtumshMyrose 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. HildrethScott 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 DrummondMark 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 VemuriAshok 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 LiubaviciusGiedrius 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 DotFi 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 LawrenceMark 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, YairLenga, 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 ArnoldDean 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. McCullarsJames 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 LushinskiJoe 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 DavenportMark 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 BunceTim 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 BunceTim 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 RajuRamakrishna 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 LefflerJonathan 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 SolutionsPatrick 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 SchumacherHendrik 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) A5ITVachon, 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 BunceTim 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 BunceTim 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 GaiekKathleen 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 LoewenhagenKlaus 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): ...
    GswitkowGswitkow
    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-webQuicksilver-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 PepplerMichael 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 LefflerJonathan 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 SolutionsPatrick Wever, XPOS Internet Solutions
    Mar 3, 2008 at 8:37 pm
    Mar 3, 2008 at 8:37 pm
Group Navigation
period‹ prev | Mar 2008 | next ›
Group Overview
groupdbi-users @
categoriesperl
discussions35
posts123
users47
websitedbi.perl.org

47 users for March 2008

Tim Bunce: 12 posts Ramakrishna Raju: 10 posts John Scoles: 9 posts Martin Evans: 8 posts Jonathan Leffler: 7 posts Alexander Foken: 5 posts Richard T Malafa: 5 posts Vachon, Frederick P (Fred) A5IT: 5 posts Eric Simon: 4 posts Ashok Vemuri: 3 posts Mark Drummond: 3 posts Michael Peppler: 3 posts Scott T. Hildreth: 3 posts Myrose 20 Ftumsh: 2 posts Bong Tumanut: 2 posts Dean Arnold: 2 posts Edward barlow: 2 posts Greg Sabino Mullane: 2 posts Hendrik Schumacher: 2 posts Ian Harisay: 2 posts
show more
Archives