Re: perl pad.c Assertion !((sv)->sv_flags & 0x00010000) failed

2007-06-25 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Moin, On Monday 25 June 2007 23:31:25 Nicholas Clark wrote: > On Mon, Jun 25, 2007 at 09:44:02PM +0100, Tim Bunce wrote: > > Once upon a time there was talk of implementing a "less" pragma > > so you'd be able to say something like > > > > use les

Error building DBD-ODBC on HPUX

2007-06-25 Thread Webber, Scott
I'm having trouble building the DBD-ODBC driver on our HPUX server. Below is the log of me running: make realclean perl Makefile.PL make Note: unixODBC is version 2.2.12 that I just built today. I have successfully created a connection with isql. /home/x703299/downloads/extracted/DBD-ODBC-1.13

Re: perl pad.c Assertion !((sv)->sv_flags & 0x00010000) failed

2007-06-25 Thread Nicholas Clark
On Mon, Jun 25, 2007 at 09:44:02PM +0100, Tim Bunce wrote: > Once upon a time there was talk of implementing a "less" pragma > so you'd be able to say something like > > use less qw(memory); > > to indicate that cpu/memory balance should be shifted towards cpu. > Pity that never happened. I

Re: perl pad.c Assertion !((sv)->sv_flags & 0x00010000) failed

2007-06-25 Thread Tim Bunce
On Mon, Jun 25, 2007 at 10:31:25PM +0100, Nicholas Clark wrote: > On Mon, Jun 25, 2007 at 09:44:02PM +0100, Tim Bunce wrote: > > > Once upon a time there was talk of implementing a "less" pragma > > so you'd be able to say something like > > > > use less qw(memory); > > > > to indicate that

Re: perl pad.c Assertion !((sv)->sv_flags & 0x00010000) failed

2007-06-25 Thread Tim Bunce
On Fri, Jun 22, 2007 at 02:31:07PM +0200, demerphq wrote: > On 6/22/07, Peter Scott <[EMAIL PROTECTED]> wrote: > >On Thu, 21 Jun 2007 22:33:03 +0100, Tim Bunce wrote: > >> On Thu, Jun 21, 2007 at 06:47:11PM +0200, Rafael Garcia-Suarez wrote: > >>> On 21/06/07, Steve Hay <[EMAIL PROTECTED]> wrote: >

Is there a "Universal" access module?

2007-06-25 Thread Tuc at T-B-O-H
Hi, (Sorry for the previous misfire) I'm wondering if there is a module, or set of modules, that allow a sort of "universal" access to data. I'd like to be able to do something like : $spnfile = "file:spn.txt"; or $spnfile = "db:spn"; or $spnfile = "m

Re: question about SQL Parser

2007-06-25 Thread Jeff Zucker
Hi, Felipe Maribel wrote: I have installed this application to parse SQL queries, but it doesn't work with the query I try to, it is to say, the parser doesn't match the query I send it. That is because my query has sentences like 'mydb.dbo.mytable' The parser currently won't break on foo.bar s

Re: URGENT help required : Compile/build requirements for DBI - 1.37 and DBD-Oracle- 1.14

2007-06-25 Thread Raf
Hi Deepa, On Mon, 25 Jun 2007, [EMAIL PROTECTED] wrote: We need to bundle DBI -1.37 and DBD-Oracle-1.14 in our product. Our product is supported on Solaris 8, 9 and 10 (sparc architecture). Are there any architecture specific or OS specific source code in DBI or DBD-Oracle that we have to bui

question about SQL Parser

2007-06-25 Thread Felipe Maribel
Hello Jeff, I have installed this application to parse SQL queries, but it doesn't work with the query I try to, it is to say, the parser doesn't match the query I send it. That is because my query has sentences like 'mydb.dbo.mytable' or "case when" in SELECT clause, etc. Besides the queries

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

2007-06-25 Thread Jonathan Leffler
Please read: http://www.catb.org/~esr/faqs/smart-questions.html (especially http://www.catb.org/~esr/faqs/smart-questions.html#urgent) Please do not blind copy mailing lists. (Actually, I'm not certain whether you bcc'd us or Tim bounced it here - you might not be guilty of this, in which case,

[Fwd: URGENT help required : Compile/build requirements for DBI - 1.37 and DBD-Oracle- 1.14]

2007-06-25 Thread Deepa . Nag
Hello, I installed DBI-1.37 and DBD-Oracle-1.14 under a customized directory(not under /usr/perl5 which is the default directory) and I see the following files installed. I would like to know the minimum list of files that will be required for DBI and DBD so that we can have only the required

URGENT help required : Compile/build requirements for DBI - 1.37 and DBD-Oracle- 1.14

2007-06-25 Thread Deepa . Nag
Hello, We need to bundle DBI -1.37 and DBD-Oracle-1.14 in our product. Our product is supported on Solaris 8, 9 and 10 (sparc architecture). Are there any architecture specific or OS specific source code in DBI or DBD-Oracle that we have to build them on every OS or architecture? We are assum