Re: DBD Sybase 1.08: Invalid lvalue in Sybase.xsi during MAKE

2008-03-28 Thread Michael Peppler
Joe Lushinski wrote: 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 installed XCode to get the C compilers, Make, etc. I installed Perl 5.8.6 I Inst

TDS (M$ SQL Server) in the high-latency environments

2008-03-28 Thread Fi Dot
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 a single database that is being accessed by multiple application servers all over the world. Some

strange DBD::Oracle problem via dbi_link

2008-03-28 Thread giedrius . liubavicius
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 client is not on localhost. Keep in mind that SQL*Plus, DBI test connecting (from dbi_link) WORKS!

RE: question for DBD-Oracle driver

2008-03-28 Thread Vachon, Frederick P (Fred) A5IT
Hi - I have an issue related to this. I have DBI and DBD::Oracle installed on a Solaris 10 machine. When I run either of the 2 commands that were posted I error out with the messages listed below. perl -e 'use DBD::Oracle 42' perl -MDBD::Oracle -le 'print $DBD::Oracle::VERSION;' I'm thinking i

RE: question for DBD-Oracle driver

2008-03-28 Thread Ian Harisay
perl -e 'use DBD::Oracle 42' This will tell you what version is currently installed. Generally, I always refer to the man page first. But, I didn't see versioning info available in the DBD::Oracle man page. Probably an oversite on my part. -Original Message- From: John Scoles [mailto

Re: question for DBD-Oracle driver

2008-03-28 Thread Martin Evans
[EMAIL PROTECTED] wrote: Dear sir/madam, How can we tell that we have already install DBD-Oracle drive for DBI ? perl -MDBD::Oracle -le 'print $DBD::Oracle::VERSION;' which will error with "Can't locate DBD::Oracle"... if you haven't got it. If we have already install DBD-Oracle, how c

Re: question for DBD-Oracle driver

2008-03-28 Thread John Scoles
[EMAIL PROTECTED] wrote: Thank you so much for providing me this information. After I try the command you provide, I got the following error message. Can't load '/opt/perl5/lib/site_perl/5.8.0/PARISC2.0/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: No such file or directory at /opt/perl5

Re: question for DBD-Oracle driver

2008-03-28 Thread John Scoles
give this a try #!perl -w use DBI; use DBD::Oracle qw(:ora_types); print DBD::Oracle::ORA_OCI()."\n"; if you dbi is 1.47 you can use up to DBD::Oracle 1.19 cheers John Scoles [EMAIL PROTECTED] wrote: Dear sir/madam, How can we tell that we have already install DBD-Oracle drive for D

question for DBD-Oracle driver

2008-03-28 Thread ili
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 B.11.11 U 9000/800 196921507 unlimited-user license) installed, and perl version ( v5.8.0 bui

RE: perl on ncib1psrr002

2008-03-28 Thread edward barlow
I have attached my test program for perl usage: perl GenericDBIQuery.pl -Usa -SSVR -Ppassword -Dmaster -Q'sp_who' Fair warning : for whatever reason im having problems with the program on win32 (as of - my just run 'test it before i send it') - works fine on my linux and solaris box - so it s

RE: perl on ncib1psrr002

2008-03-28 Thread edward barlow
Sure looks like some kind of perl library error... Have not seen it before. Give me a few and i will send you a simple test program... Ed Barlow Subject: RE: perl on ncib1psrr002 Date: Thu, 27 Mar 2008 13:53:11 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; dbi-users@perl.org; [EMAIL PRO