DBI 1.48 connection failure to MS SQL

2006-01-09 Thread Claire Lee
I have a script that connects to ms sql server with DBI::ODBC. But this code works only for DBI 1.37 version, not for version 1.48. I get connection failed error and looks like the driver connection was not built. DBI was trying to login as the system user instead of the DB user. Any one has seen t

Re: (Fwd) dbi-users@perl.org

2006-01-09 Thread JupiterHost.Net
Can't load = '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/Oracle/O= racle.so'=20 for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object = file:=20 No such file or directory I imagine your web server does not have permissions to the

Re: solved the RFC on SQL::Routine; new direction planned

2006-01-09 Thread Darren Duncan
Thanks for the further responses from Ron Savage and Jenda Krynicky. As a follow-up, yesterday I decided to name the language "IRL" (Intermediate Relational Language), at least for now. Its nice and short, and its very descriptive. An intermediate language for expressing relational structure

Re: DBD::Oracle problem

2006-01-09 Thread Tim Bunce
On Mon, Jan 09, 2006 at 10:50:21AM -0500, John Scoles wrote: > Didn't have this error myself but I found something similar > So you might want to try this > > changed the line > $DBD::Oracle::VERSION = '1.16'; > in Oracle.pm to > $DBD::Oracle::VERSION = '1.06'; The error message is from a safety

(Fwd) dbi-users@perl.org

2006-01-09 Thread Tim Bunce
- Forwarded message from yuehua wu <[EMAIL PROTECTED]> - Date: Mon, 09 Jan 2006 12:11:09 -0700 From: yuehua wu <[EMAIL PROTECTED]> Subject: dbi-users@perl.org To: [EMAIL PROTECTED] Dear Tim Bunce, I am writing this letter to get help from you. I install DBD::Oracle in = Linux an

Re: Install DBI/DBD on 64 bit linux (eagle64)

2006-01-09 Thread John Scoles
Yup, it worked. Here's what I did finally: 1. run 'perl Makefile.PL' as usual 2. edit the resulting Makefile and remove all references to `cat /app/oracle/product/10.2.0/lib/sysliblist` - there were 2 references. Added in the libraries that the cat gave me minus lirc. 3. compiled, tested, worked

Re: [Fwd: DBD::AnyData & dbish]

2006-01-09 Thread Scott T. Hildreth
On Fri, 2006-01-06 at 10:17 -0800, Jeff Zucker wrote: > Scott T. Hildreth wrote: > > >I am missing something here (probably a few brain cells), > >how do I set up the dsn for DBD::AnyData (fixed format) > >when using dbish? > > > > > Well, it's rather messy because dbis

Re: DBD::Oracle problem

2006-01-09 Thread John Scoles
Didn't have this error myself but I found something similar So you might want to try this changed the line $DBD::Oracle::VERSION = '1.16'; in Oracle.pm to $DBD::Oracle::VERSION = '1.06'; Worth a try. Cheers ""Shaw, Gary"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi there,

Re: Workaround needed. Re: Re: perl DBI 1.25 not connectting to Oracle 10g

2006-01-09 Thread Peter J. Holzer
On 2006-01-05 23:48:48 -, Sunil A V wrote: > LD_RUN_PATH="/opt/oracle/product/10.2.0.1.0_64/lib32:/opt/oracle/product/10.2.0.1.0_64/rdbms/lib32" > cc -G Oracle.o dbdimp.o oci8.o > -L/opt/oracle/product/10.2.0.1.0_64/lib/ > -L/opt/oracle/product/10.2.

Re: Install DBI/DBD on 64 bit linux (eagle64)

2006-01-09 Thread Tim Bunce
On Wed, Jan 04, 2006 at 12:16:07PM -0500, John Scoles wrote: > I am trying to compile Oracle:DBD for a full Oracle 10g install on a Redhat > 64 bit linux (egle64) and I am wondering if anyone has ever gotten the > following > > So far I have gotten the Makefile.PL to work > > but when I do the ma