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
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
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!
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
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
[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
[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
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
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
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
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
11 matches
Mail list logo