Re: make error- ld: Unrecognized argument: -Wl,+b...

2008-02-19 Thread Jonathan Leffler
argument: -Wl,+b/usr/oracle/client/10.2/lib:/usr/oracle/client/10.2/rdbms/lib Fatal error. *** Error exit code 1 Stop. - -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh

Re: DBD::Sybase context allocation routine failed

2008-02-12 Thread Jonathan Leffler
specific symbols from DBD::Sybase, it would make sense - but you aren't self-evidently doing that, so it doesn't make much sense. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves

Re: To remove from mailing list

2008-02-05 Thread Jonathan Leffler
. (perldoc README.hpux.txt) Jared -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Find current database name from db handle

2008-02-04 Thread Jonathan Leffler
a connection is in progress, Name is unreliable (that's the case on DBD::Informix, though it takes some care to make a connection changeable). But I think you are dependent on driver properties -- different drivers do it differently. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h

Re: Find current database name from db handle

2008-02-03 Thread Jonathan Leffler
. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Any news on CPAN bug 32309 in DBI - faulty definition of DBIS for big-endian 64-bit machines with MULTIPLICITY

2008-01-29 Thread Jonathan Leffler
release of DBI? -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused. [*] 64-bit mode: or it might be on a 32-bit machine with 16-bit ints, I suppose

Re: DBI-DBD::ORACLE EROR

2008-01-29 Thread Jonathan Leffler
will help you other than by telling you to get them from Oracle. Please wake up, read the messages, and act on them. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never

Re: Using q() to define a query

2008-01-10 Thread Jonathan Leffler
. Colin -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Perl DBI::prepare Question. My head is sore from banging it against the wall. Can you help ease my pain?

2007-11-29 Thread Jonathan Leffler
319. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: DBI install error under Solaris 10

2007-11-14 Thread Jonathan Leffler
available; the build will use the same one as was used to build Perl. That should save you angst later. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease

Re: not able to install DBI Module

2007-11-02 Thread Jonathan Leffler
the solution for the above problem Have you been able to compile other modules, or is DBI the first module you're trying to install. It is odd that there is no error message from the compiler - but it appears that the compilation failed. Do you have gcc installed? -- Jonathan Leffler [EMAIL PROTECTED

Fwd: DBI install error,can you help me?

2007-10-30 Thread Jonathan Leffler
Jonathan Leffler I try to install the DBI package but it failed. Can you please help? thanks. My os is HP-UX 11.23,perl version 5.8.8. --- 1、perl Makefile.PL Set up gcc environment - 4.2.1 *** You are using a perl configured with threading enabled. *** You

Re: Issue with perl, DBD::Oracle, Solaris 10

2007-10-29 Thread Jonathan Leffler
+file+cc%3A+open+failed%3A+No+such+file+or+directory#70f75626c884f609 Anyone know the Makefile.PL well enough to say why cc ends up in the OTHERLDFLAGS, since its not a flag? Is there something I should add to the commandline of Makefile.PL when I run it? -- Jonathan Leffler [EMAIL

Re: Repost from CPAN DBD::ORacle forum

2007-10-10 Thread Jonathan Leffler
; There's evidence here that some error checking earlier might help. Put { RaiseError = 1 } as the 4th argument to your DBI-connect. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org Blessed are we who can laugh at ourselves

Re: int8 Informix and 64bit perl

2007-09-27 Thread Jonathan Leffler
to build DBD::Informix with CSDK 2.90.FC1 later - I have to rig the build environment on my machine to do that. It might be CSDK 2.90 vs 3.00; it might be Linux x86 vs Solaris SPARC. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0914 - http

Re: int8 Informix and 64bit perl

2007-09-27 Thread Jonathan Leffler
On 9/27/07, Clive Eisen [EMAIL PROTECTED] wrote: Jonathan Leffler wrote: On 9/27/07, Clive Eisen [EMAIL PROTECTED] wrote: I seem to have a problem with negative int8 on a 64 bit linux platform dbaccess gives the correct answer but DBD::Informix does not [EMAIL PROTECTED]:~ oninit -V

Re: report (problems compiling DBD::Oracle on Solaris 10)

2007-09-05 Thread Jonathan Leffler
/vendor_perl . /REPORT -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0904 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2007.0904 (2007-09-04) released

2007-09-04 Thread Jonathan Leffler
/07_Database_Interfaces http://dbi.perl.org/ ** When you successfully build this module, use the ItWorks (Perl) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] ** The ItWorks script does not send email to anybody; you have to do

Re: DBI::Informix and DBD::Informix

2007-08-27 Thread Jonathan Leffler
for my purposes - but it just adds to the complexity of the job. Cobbler's Children springs to mind as an epithet - so does over-worked, under-paid. From: Jonathan Leffler [EMAIL PROTECTED] On 8/27/07, Martin Gainty [EMAIL PROTECTED] wrote: Anyone know where the DBD::Informix and DBI::Informix

Fwd: DBI::Informix and DBD::Informix

2007-08-27 Thread Jonathan Leffler
Oops - omitted dbi-users; sorry. -- Forwarded message -- From: Jonathan Leffler [EMAIL PROTECTED] Date: Aug 27, 2007 6:43 PM Subject: Re: DBI::Informix and DBD::Informix To: Martin Gainty [EMAIL PROTECTED] On 8/27/07, Martin Gainty [EMAIL PROTECTED] wrote: Anyone know where

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2007.0826 (2007-08-26) released

2007-08-26 Thread Jonathan Leffler
/07_Database_Interfaces http://dbi.perl.org/ ** When you successfully build this module, use the ItWorks (Perl) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] ** The ItWorks script does not send email to anybody; you have to do

Re: DBD::Informix

2007-08-24 Thread Jonathan Leffler
the #if 0 / #endif section in $ifdef POLLYWOGS_ARE_STUPENDOUS; and $endif; as above. With luck, those two changes will get you on to the next hurdle. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh

Re: Using an existing JDBC Connection

2007-08-09 Thread Jonathan Leffler
probably wholly unportable (across platforms and across DBMS).. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Using an existing JDBC Connection

2007-08-09 Thread Jonathan Leffler
it, it is unlikely that the JDBC driver and the DBD driver also support it in a compatible way, so I wouldn't bother and just open a new connection. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh

Re: float bug? perl 5.8, DBI and oracle 10.2.0

2007-07-18 Thread Jonathan Leffler
and you pick up a little dirt'. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: DBI-1.50 | make error on Solaris 10

2007-07-14 Thread Jonathan Leffler
to pull to get the Korn shell used by configure/make, and the build fails if you don't get that sorted. I forget the details - I will look sometime for them since I had to sort the same problem out for earlier GCC 4.x compilers too. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h

Re: Smart way to detect SELECT statements?

2007-07-10 Thread Jonathan Leffler
or a non-SELECT statement? Examine NUM_OF_FIELDS on the statement which will be 0 for non-select statements. From DBI: Statements that don't return rows of data, like DELETE and CREATE set NUM_OF_FIELDS to 0 (though it may be undef in some drivers). -- Jonathan Leffler [EMAIL

Re: TZ info used by dB drivers

2007-07-09 Thread Jonathan Leffler
for which there is no corresponding C API, sadly. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Help requested : Compile/build requirements for DBI - 1.37 and DBD-Oracle- 1.14 - Double message

2007-06-25 Thread Jonathan Leffler
for), then DBI and DBD::Oracle will too. Will the Oracle database be installed in a fixed location on all machines? -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease

DBD::Informix test failure for lvarchar - bug found!

2007-06-13 Thread Jonathan Leffler
knowing the test fails). The temptation to modify the test (eg to use a temp table instead of a permanent one) is also quite considerable. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh

Re: DBD::Informix test failure for lvarchar

2007-06-03 Thread Jonathan Leffler
than others - probably on a platform-specific basis. Or, IOW, this is one of those hard bugs - I'm having trouble locating the real problem. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh

Re: DBD::Informix test failure for lvarchar

2007-06-02 Thread Jonathan Leffler
postings dating from 2002-2005.) Is this anything to be concerned about if I have no columns of type lvarchar not null? Any recommendations? A bug report for D t/t93lvarchar.t is attached. Thank you for your assistance. -- Mark Abajian mabajian-bugreport-20070514-short.out -- Jonathan

Re: Clarification on DBI module

2007-05-09 Thread Jonathan Leffler
, though I'd not want to rely on that. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Bar Code

2007-05-08 Thread Jonathan Leffler
the appropriate data. The module is unlikely to be under the DBI or DBD hierarchies, so there's at least some argument that the question is inappropriate for this list. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who

Getting off the DBI-Users mailing list [was: Re: SQLite 3.3.16 nulls test results]

2007-05-03 Thread Jonathan Leffler
. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Fwd: Proposal for new $h-{ReadOnly} attribute

2007-05-01 Thread Jonathan Leffler
Ooops; most of the mailing lists I work with redirect responses to the list. I forget this one doesn't. -- Forwarded message -- From: Jonathan Leffler [EMAIL PROTECTED] Date: May 1, 2007 6:32 AM Subject: Re: Proposal for new $h-{ReadOnly} attribute To: H.Merijn Brand [EMAIL

Re: Data Format

2007-04-09 Thread Jonathan Leffler
forum - such as one of the comp.lang.perl.* news groups. Alternatively, show the DBI code that is giving problems...but we will not be very interested in debugging the supporting CGI-related bits'n'pieces (which is where it sounds as if your problem is). -- Jonathan Leffler [EMAIL PROTECTED

Re: Regarding Perl DBI version issue.

2007-04-04 Thread Jonathan Leffler
, and I'm not. __/ | http://www.hjp.at/ | -- Jesse Erlbaum on dbi-users -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never lack amusement.

Re: DBI compile fails in Solaris 10

2007-03-30 Thread Jonathan Leffler
for. Often that means building and installing your own, separate, perl. Was the gcc you are using built for/on Solaris 10? If not, get one that was. (Use gcc --version to find out.) -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http

Re: Perl DBI Urgent

2007-03-27 Thread Jonathan Leffler
would (and do) leave the system Perl well alone and install my own version of Perl elsewhere). -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Perl-Postgres connection: 'Commit' method not found in DBI. Advice?

2007-02-28 Thread Jonathan Leffler
UNCOMMITTED } READ WRITE | READ ONLY I suspect you'll find that this 'turns off autocommit' for you. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2007.0226 (2007-02-25) release

2007-02-25 Thread Jonathan Leffler
) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] ** The ItWorks script does not send email to anybody; you have to do ** that yourself. New in release 2007.0226: * Support for CSDK 3.00. * Minor bug fixes. * No exploitation of new

Re: Problem of installing DBI packages

2007-02-20 Thread Jonathan Leffler
and I expect the second will go away too. Stop. please help in installing this.Thanx in advance.Waiting eagarly for the reply I'm always tempted to leave such mails unanswered for a few days... :-( -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix

Re: DBD::Informix and SELECT from MULTISET column

2007-02-15 Thread Jonathan Leffler
maintainers) gratefully accepted. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: DBD::Informix Make test Problem

2007-02-14 Thread Jonathan Leffler
for target `test_dynamic' To get verbose test output of the three tests: sh test.verbose.sh t/t4[13]* t/t65* -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: problem with installing dbi module

2007-02-10 Thread Jonathan Leffler
that your Perl was built with GCC but you don't have GCC on your machine. Install GCC - and then the fun continues... -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Jonathan Leffler
. DBI-1.51 DBD-DB2-0.78 [EMAIL PROTECTED] DBD-DB2-0.78]# perl -v This is perl, v5.8.5 built for x86_64-linux-thread-multi -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Jonathan Leffler
-Original Message- *From:* Jonathan Leffler [mailto:[EMAIL PROTECTED] *Sent:* Thursday, February 08, 2007 1:14 PM *To:* Wholey, Joseph (GTI) *Cc:* DBD::DB2 Maintenance Team; DBI Users Mailing List *Subject:* Re: perl DBD and DBI for 64 bit perl On 2/8/07, Wholey, Joseph (GTI) [EMAIL

Re: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Jonathan Leffler
-Original Message- *From:* Jonathan Leffler [mailto:[EMAIL PROTECTED] *Sent:* Thursday, February 08, 2007 2:38 PM *To:* Wholey, Joseph (GTI) *Cc:* DBD::DB2 Maintenance Team; DBI Users Mailing List *Subject:* Re: perl DBD and DBI for 64 bit perl On 2/8/07, Wholey, Joseph (GTI) [EMAIL PROTECTED] wrote

Re: perl DBD and DBI for 64 bit perl

2007-02-05 Thread Jonathan Leffler
pre-built 64-bit Perl? Do you want a pre-built 64-bit Perl? If so, for which platform? The version I have on Solaris 8 may not be all that much use to you. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from

Re: perl DBD and DBI for 64 bit perl

2007-02-05 Thread Jonathan Leffler
(/usr/lib/sparcv9, IIRC, for example, instead of /usr/lib). -Ursprüngliche Nachricht- Von: Jonathan Leffler [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. Februar 2007 00:56 An: Wholey, Joseph (GTI) Cc: dbi-users@perl.org Betreff: Re: perl DBD and DBI for 64 bit perl On 2/5/07, Wholey

Re: installing DBD-Informix on fedora 6

2007-01-29 Thread Jonathan Leffler
having DBANSIWARN set is a good idea.] -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: DBD::DB2 Error

2007-01-26 Thread Jonathan Leffler
. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: most drivers share error variable for sth/dbh handles?

2007-01-23 Thread Jonathan Leffler
the same error number/string and this would be great except for the fact we use multiple DBDs. Thanks. Martin -- Martin J. Evans Easysoft Limited http://www.easysoft.com -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I

Re: most drivers share error variable for sth/dbh handles?

2007-01-23 Thread Jonathan Leffler
On 1/23/07, Martin Evans [EMAIL PROTECTED] wrote: Thanks Jonathan, Jonathan Leffler wrote: DBD::Informix is careful about errors. I would hope all DBDs are ;-) Each statement handle keeps a copy of its most recent status/error information out of the global sqlca variable (plus

Re: environment variable

2007-01-19 Thread Jonathan Leffler
system. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: environment variable - Mea Culpa

2007-01-19 Thread Jonathan Leffler
On 1/19/07, Jonathan Leffler [EMAIL PROTECTED] wrote: The solution I proposed works [...] I sent it on the 17th. Unfortunately, I only sent it to Oscar, not to dbi-users as well. Sorry - my mistake - both then and earlier today. This subject should now be closed. -- Jonathan Leffler

Re: Help Required:Installing DBI in Perl 5.005

2007-01-18 Thread Jonathan Leffler
', lddlflags='-G' Characteristics of this binary (from libperl): Built under solaris Compiled at Dec 22 1999 00:00:57 @INC: /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503 /usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 -- Jonathan Leffler [EMAIL PROTECTED

Positively Archaic Versions of DBI and DBD::Oracle

2007-01-18 Thread Jonathan Leffler
unreleased) versions back to 0.23, but they already seem to have those (or enough that the difference is unlikely to matter). The versions prior to 0.25 are under Alligator Descartes' directory, not mine. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02

Re: Error returned on Unix 'mv' system call.

2007-01-08 Thread Jonathan Leffler
, and the Perl 'rename' function in another sub-module. I am planning on replacing the 'mv' system call with the Perl 'rename' function, unless of course you experts out there tell me different. Comments welcome; thanks, Mark Cummings -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h

Type ulong not defined on MacOS X 10.4.8 for DBD::MySQL 4.00

2006-12-27 Thread Jonathan Leffler
/*.h /usr/include/*/*.h /usr/include/slapi-plugin.h /usr/include/i386/types.h /usr/include/openssl/x509v3.h /usr/include/php/acconfig.h /usr/include/ppc/types.h /usr/include/tidy/fileio.h /usr/include/tidy/platform.h /usr/include/tidy/tidy.h $ -- Jonathan Leffler ([EMAIL PROTECTED]) #include

Re: Unix: Oracle User Identified Externally

2006-12-20 Thread Jonathan Leffler
on proper syntax or if a fix was made in later version of DBI. Can anyone help? -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Perl lib version not match executable version

2006-12-12 Thread Jonathan Leffler
things are broken to match the machine where things work. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Perl lib version not match executable version

2006-12-08 Thread Jonathan Leffler
. [...] And for the rest, note that 5.6.1 in the Oracle pathway - it isn't the same as 5.8.x that you're using. Either downgrade to Perl 5.6.1 or upgrade the Oracle stuff to Perl 5.8.x. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't

Re: Retrying a fetch after an error, without restarting the whole loop?

2006-11-09 Thread Jonathan Leffler
On 11/9/06, Bart Lateur [EMAIL PROTECTED] wrote: On Wed, 8 Nov 2006 23:26:02 -0800, Jonathan Leffler wrote: Bart Lateur [EMAIL PROTECTED] asked: And 2), in a fetch loop, is it possible to adjust a property like {ReadLongLen}, and retry the same fetch without restarting the whole loop

Re: Bind variable question

2006-11-09 Thread Jonathan Leffler
in sequence. So, build the SQL statement one item at a time and add the corresponding value to an array. You then pass the array to the $sth-execute() call. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from

Re: Retrying a fetch after an error, without restarting the whole loop?

2006-11-08 Thread Jonathan Leffler
unlikely. The data has been fetched - and truncated. There's not usually a way to refetch the same row - unless you have a scroll cursor, and DBI doesn't have support for those. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I

Re: DBD::Informix $SIG{ALRM} /etc/services

2006-11-03 Thread Jonathan Leffler
DBD::ExampleP : 11.12 DBD::DBM: 0.03 -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: (Fwd) plzzz help me out

2006-09-12 Thread Jonathan Leffler
. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Problem with DBI make

2006-09-04 Thread Jonathan Leffler
code 1 You're using the bundled C compiler which is not an ANSI C compiler. Your Perl was built with the HP ANSI C compiler. Either: get the HP ANSI C compiler Or: get GCC and build your own Perl with it. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix

Re: Getting DBD::Oracle tests working

2006-09-02 Thread Jonathan Leffler
for more information. See also Ron Ben-Natan's Implementing Database Security and Auditing. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: GOOD NEWS: Re: perl DBI-1.51 install error .... Math Libraries

2006-07-22 Thread Jonathan Leffler
Makefile.PL make make test make install --? Next question: what is the best method to include this path for the DBI module install? Thanks [EMAIL PROTECTED] | mobile: 301.537.5929 - Original Message From: Paul Adelaide [EMAIL PROTECTED] To: Jonathan Leffler

Re: perl DBI-1.51 install error ....

2006-07-20 Thread Jonathan Leffler
. This is the first module you've added (that needs a C compiler)? The Perl you're using was built with a compiler you don't have. Either obtain the compiler used to build Perl (possibly by fixing your PATH) or build Perl with the compiler you have. Anything much else won't work. -- Jonathan Leffler

Re: (Fwd) dbh handle in forked processes

2006-07-20 Thread Jonathan Leffler
but as soon as one child exits, the handle is lost. Is the best solution to use connect_cached? No; the best solution is to connect in each child process. Anything else is unreliable. I'm pretty sure this is covered in 'perldoc DBI' - it certainly should be. -- Jonathan Leffler [EMAIL PROTECTED

Re: make error: 127 for DBI module on AIX 5.2 (DBD::Informix)

2006-07-20 Thread Jonathan Leffler
, and then you can build and install DBI and DBD::Informix. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: memory leak in DBI ...

2006-07-18 Thread Jonathan Leffler
) { test_connection; print Connections: $conn_count\n if ($conn_count % 1000 == 0); } } memory_leak_test(\test_subroutine); exit; -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Problem on AIX

2006-07-14 Thread Jonathan Leffler
of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by phone or by replying this message, and then delete this message from your system. -- Jonathan Leffler [EMAIL PROTECTED]#include disclaimer.hGuardian of DBD::Informix

Re: [dbi] Execute marks end of transaction?

2006-07-11 Thread Jonathan Leffler
is on, then maybe the transaction is completed on finish. while (my @one_group = $groups_query-fetchrow_array) { print @one_group; } #place 2 -- Can I end the transaction in #place1 or do I have to wait until #place2? See above. -- Jonathan Leffler [EMAIL PROTECTED

Re: CURSOR WITH UPDATE

2006-07-11 Thread Jonathan Leffler
! -- pDale Campbell -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: DBD::Informix on Solaris

2006-07-04 Thread Jonathan Leffler
-systems.com Internet: http://www.t-systems.com/ http://www.t-systems.com -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: DBD::Informix on Solaris

2006-07-04 Thread Jonathan Leffler
, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define [...] -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian

Re: Possible to get field names and types in a table without executing a query?

2006-06-27 Thread Jonathan Leffler
catalog query. Yuk. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: DBI/DBD::DB2

2006-06-23 Thread Jonathan Leffler
it - and compile it in any directory that is not underneath the Perl install directory hierarchy. Not sure if DBI or DBD::DB2 arne't right or I'm just calling something wrong. But any help would be appreciated. There's a chance I misinterpreting the symptoms - I'm not a DB2 expert. -- Jonathan

Re: DBD::Informix FAILURE CLASS A gcc: language arch=v9 not recognize d

2006-06-22 Thread Jonathan Leffler
://www.t-systems.com -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Speed test for connecting to Oracle for Windows via ODBC

2006-06-13 Thread Jonathan Leffler
controllers and the like. Sometimes, DHCP gets in the way too. So, I'd be more inclined to label it a network or PC client setup problem than a Perl + DBI _ DBD::Anything problem. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org

Re: perl- dbi

2006-06-05 Thread Jonathan Leffler
for Perl and libraries based on what's been mentioned in this list and what I've seen on CPAN. The OS is Sun. Those are all the most recent versions, though Tim is preparing a DBI 1.51 release. That's what I have on my Solaris machine at the office. -- Jonathan Leffler [EMAIL PROTECTED] #include

Re: perl- dbi

2006-06-01 Thread Jonathan Leffler
-solaris /usr/perl5/site_perl/5.005 .). BEGIN failed--compilation aborted. Download, compile and install DBI. And the driver for the DBMS you plan to use. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from

Re: perl- dbi

2006-06-01 Thread Jonathan Leffler
On 6/1/06, Jonathan Leffler [EMAIL PROTECTED] wrote: On 6/1/06, R, Rajsekar [EMAIL PROTECTED] wrote: I am getting this error . please let me know.. what needs to be done further perl -MDBI -e 'print $DBI::VERSION\n' Can't locate DBI.pm in @INC (@INC contains: /usr/perl5/5.00503/sun4

Re: perl- dbi

2006-05-31 Thread Jonathan Leffler
(civilized) module - whether in the DBI/DBD collection or not. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: oracle array interface

2006-05-29 Thread Jonathan Leffler
On 5/29/06, Shreedhar Natarajan [EMAIL PROTECTED] wrote: I saw on the web that the Oracle array interface has not been implemented properly. I am new to DBI. Has the implementation been made more efficient? Would you care to provide a reference (URL) to justify the assertion? -- Jonathan

Re: Column names when using selectall_arrayref

2006-05-03 Thread Jonathan Leffler
. Your subject line only mentions selectall_arrayref - so maybe you're really planning to use that. If so, you need to read the fine print about if selectall_arrayref being passed a prepared statement handle - and then use that and $sth-{NAMES} again. -- Jonathan Leffler [EMAIL PROTECTED] #include

Re: how to set a DEFAULT value !!

2006-04-27 Thread Jonathan Leffler
, or as a string rather than an identifier. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Checking if a table exist

2006-04-27 Thread Jonathan Leffler
-execute to be sure as different DBMS differ... } else { ...table probably doesn't exist, or it exists but you don't have select permission on it... } Or you can play with table_info, etc. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http

Re: Problem on Solaris 8 64-bit.

2006-03-30 Thread Jonathan Leffler
library) Thanks for any help Is your Perl a 32-bit or a 64-bit version? If you want to use the 64-bit Oracle libraries, you'll need a 64-bit Perl. If you'd included the output of 'perl -V', we could have told you what you've got - you didn't, so we can't. -- Jonathan Leffler [EMAIL

Re: bug in a OpenPower IBM 720 B

2006-03-26 Thread Jonathan Leffler
that tells me this is that you posted to a collection of email addresses where such a problem might be relevant. The subject line does not indicate anything to do with Perl or Informix. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org

Re: Problem with perl 5.8.8 with Oracle 9.0

2006-03-25 Thread Jonathan Leffler
... -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: SFTP error..

2006-03-08 Thread Jonathan Leffler
On 3/7/06, Vamsi_Doddapaneni [EMAIL PROTECTED] wrote: I have a problem with SFTP It looks as though the first problem is that you forgot to write: use DBI; -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer

Re: unsuscribe

2006-03-08 Thread Jonathan Leffler
PROTECTED] List-Unsubscribe: mailto:[EMAIL PROTECTED] List-Subscribe: mailto:[EMAIL PROTECTED] List-Id: dbi-users.perl.org -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Flaw reported in DBI::ProxyServer - is it something we knew about?

2006-03-02 Thread Jonathan Leffler
://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178989 [...] -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Flaw reported in DBI::ProxyServer - is it something we knew about?

2006-03-02 Thread Jonathan Leffler
-Sanguino Peña from the Debian Security Audit Project, and Jonathan Leffler. Yes - it just seems to have taken a while to get (re?)fixed in this particular version of Linux (Fedora Legacy). On Thu, Mar 02, 2006 at 10:14:16AM -0800, Jonathan Leffler wrote: - Message from Marc Deslauriers

<    1   2   3   4   5   >