Re: DB multiplexing (was Re: Which shared memory module to use?)

2002-10-13 Thread Tim Bunce
On Fri, Oct 11, 2002 at 05:01:39PM -0700, Henri Asseily wrote: On Friday, October 11, 2002, at 02:39 PM, Tim Bunce wrote: There hasn't been up to now (or at least I haven't found any) a widely available Perl/DBI-based system for system architects who handle high-availability groups of

Re: DBI long read problem

2002-10-13 Thread Tim Bunce
DBD::Oracle version .47 was released on 8th Sept 1997. I think the bug affecting you was fixed in DBD::Oracle 1.02, released three years ago. Upgrade. Tim. On Fri, Oct 11, 2002 at 04:42:15PM -0700, Daniel Olson wrote: I'm writing a CGI script in Perl to extract longs from an Oracle database

Re: Perl/flash/mysql

2002-10-13 Thread Wiggins d'Anconia
If the interface is as you say then that it is just like any other CGI request. You should look at CGI.pm (http://search.cpan.org/author/LDS/CGI.pm-2.87/CGI.pm) or any of the other various ways for handling GET and POST requests in CGI. Then it is just a matter of writing a script that

Re: DBD::Oracle

2002-10-13 Thread Michael A Chase
On Fri, 11 Oct 2002 17:30:31 -0500 Stephen Clouse [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Oct 11, 2002 at 07:57:00AM -0400, [EMAIL PROTECTED] wrote: ld: fatal: file /ora00/app/oracle/product/9.2.0/rdbms/lib/defopt.o: wrong ELF class: ELFCLASS64

Re: Private PPM repositories in DBI FAQ

2002-10-13 Thread Thomas A. Lowery
Ilya, Would you make a PPM from the current version DBD-ADO and add it to the standard site please? Tom On Tue, Oct 08, 2002 at 02:01:59PM -0600, Sterin, Ilya wrote: That's fine, we can do that:-)

RE: Private PPM repositories in DBI FAQ

2002-10-13 Thread Sterin, Ilya
Sure, in a few minutes... Ilya -Original Message- From: Thomas A. Lowery To: 'dbi-users ' Sent: 10/13/02 10:02 AM Subject: Re: Private PPM repositories in DBI FAQ Ilya, Would you make a PPM from the current version DBD-ADO and add it to the standard site please? Tom On

PPM for DBI 1.30 and DBD-ADO 2.5 available

2002-10-13 Thread Sterin, Ilya
ppm set repository http://www.xmlproj.com/PPM ppm set save ppm install DBI and ppm install DBD-ADO If you already have these installed, then... ppm verify --upgrade DBI and ppm verify --upgrade DBD-ADO Ilya

Re: Is it possible to print the values for which a dynamic query failed.

2002-10-13 Thread Michael A Chase
On Fri, 11 Oct 2002 14:35:18 -0700 (PDT) Naveen Prabhakar [EMAIL PROTECTED] wrote: This is probably a begginers question. using db2:dbi when executing a dynamic query,is there a way to print the query and values for which the execute failed. I am trying to bind a number of fields and am

Re: DBD::Oracle

2002-10-13 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Oct 11, 2002 at 07:57:00AM -0400, [EMAIL PROTECTED] wrote: ld: fatal: file /ora00/app/oracle/product/9.2.0/rdbms/lib/defopt.o: wrong ELF class: ELFCLASS64 You're attempting to link a 64-bit Oracle against a 32-bit Perl. The best solution