problem while doing DBD1.14 on Oracle 9

2003-11-21 Thread ravishankardwivedi
HI ALL: Please note that I am getting follwoing error when trying to build subject mentioned DBD on Oracle 9i . Kindly help me in resolving this: [exec] Using DBI 1.28 installed in /sharedhome/ravishankar/sourcecast-src/target/perl-DBI/lib/i386-redhat-7.2/perl/auto/DBI

Re: Oracle, Lob locators and dbms_trim....oh my

2003-11-21 Thread Tim Bunce
On Thu, Nov 20, 2003 at 09:29:23PM -0500, Jeff Urlwin wrote: I don't think LOB Locators have a string representation. They're objects. So using a typed placeholder is essential. Right. So I'm suggesting that we avoid it by putting all the code in an anonymous PL/SQL block Ah, I'd

problem getting dbi to run

2003-11-21 Thread ian
Dear People Further to my previous query, i have looked through the DBI docs and understand that there is no command called new.al which is implemented by DBI. The DBI and Perl 5.8.0 modules were installed when i installed mandrake 9.0. When i go to run the application, the perl compliler

Re: problem getting dbi to run

2003-11-21 Thread ian
Hi Srinivas I am working on linux cheers Thutika, Srinivas (ODC - Satyam) writes: hi, ru working on windows or unix -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 4:05 PM To: [EMAIL PROTECTED] Subject: problem getting dbi to

Re: problem getting dbi to run

2003-11-21 Thread Michael A Chase
On Fri, 21 Nov 2003 10:48:10 + [EMAIL PROTECTED] wrote: I am working on linux Thutika, Srinivas (ODC - Satyam) writes: ru working on windows or unix -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 4:05 PM To: [EMAIL

has resolved simple problem, sorry to be a pain

2003-11-21 Thread ian
I would like to say thanks for the help and sorry for posting when the problem was i had a call to the new method, and should have realised. Many thanks Ian Rogers

Re: Please help: DBI Question

2003-11-21 Thread Hardy Merrill
My comments are below. kbass [EMAIL PROTECTED] wrote: - Original Message - From: kbass [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:53 PM Subject: Please help: DBI Question I am receiving a variable from HTML called 'STerr' and reading it into

Re: flattening selectall_hashref results + FetchHashAsRowKey

2003-11-21 Thread Tim Bunce
On Sun, Nov 16, 2003 at 10:11:47AM +, Tim Bunce wrote: On Sat, Nov 15, 2003 at 08:48:50AM -0800, Terrence Brannon wrote: Is there anyway to flatten the results of selectall_hashref ? Here is what I had to do in my sub: sub clans { my $clan_list = $dbh-selectall_hashref($SQL,

Problems with DBD::Informix

2003-11-21 Thread Heath, Dean (MBS Employee)
Title: Message Hello, I am trying to install Perl DBI on an HPUXCluster Server. Here are the particulars: Unix Version: 11.11 Informix Version: 9.30.FC1-1 DBI Version: DBI-1.38 DBD Version: DBD-Informix-2003.04 I have succeeded in making DBI, but I am having trouble

Re: Problems with DBD::Informix

2003-11-21 Thread DL Redden
This error is due to the fact that you are using a 32-bit PERL to build DBD on a 64-bit Informix SDK. The Informix SDK must be at the same bit level as you PERL installation. Either build a 64-bit PERL, good luck, or install a 32-bit SDK, what I did. Heath, Dean (MBS Employee) [EMAIL

Re: Problems with DBD::Informix

2003-11-21 Thread Jonathan Leffler
Heath, Dean (MBS Employee) wrote: Hello, I am trying to install Perl DBI on an HPUX Cluster Server. Here are the particulars: * Unix Version: 11.11 * Informix Version: 9.30.FC1-1 * DBI Version: DBI-1.38 * DBD Version: DBD-Informix-2003.04 And ESQL/C 9.51.FC1. Thanks for