Re: General Question DBI

2001-09-24 Thread Anthony Scott
e if for example a prepare call fails it returns undef as a > statement handle and therefore the next call to it, will generate a perl > error stating that it can't call a method on an undefined object. > > Ilya > > > -Original Message- > > From: Anthon

Re: General Question DBI

2001-09-24 Thread Anthony Scott
-fall :( Anthony Scott "Sterin, Ilya" wrote: > > Not sure what you mean. You are reusing a global handle, if you mean will > there be a memory leak, no since everything is deallocated at end of > execution. Otherwise I am not exactly sure, why you would think that a >

General Question DBI

2001-09-24 Thread Anthony Scott
if I have the following code sub test { $dbh =get_dbh; test1($dbh,$somedata); close($dbh); } sub test1 { my ($dbh,$data)=@_; #sql code } if the $sql code fails in subroutine "test1" does it causes a open process since I defined $dbh as local? Anthony Scott

Oracle DBD stop working

2001-09-20 Thread Anthony Scott
cgi-bin/perlmod//sun4-solaris/auto/DBD/Oracle/Oracle.so: symbol Perl_no_modify: referenced symbol not found at /opt/exp/perl/lib/5.6.1/sun4-solaris/DynaLoader.pm line 206. Can anyone tell me what it means? I have re-intalled DBD Oracle-1-07 and DBI 1-18 but the error remain from the web interfa

Trigger Problem ??

2001-07-26 Thread Anthony Scott
running DBI 1.18, DBD::Oracle version 1.07 and 8.1.7. Any help is appreciated. Anthony Scott

Re: DBI upgrade

2001-06-11 Thread Anthony Scott
Let me re-phrase it I'm currectly running Oracle 8.1.5 with the following env. Unix Platform DBD-Oracle-1.03 DBI-1.13 perl 5.00503 Do I need to upgrade the DBI/DBD software to support 8.1.7? Anthony Scott "Sterin, Ilya" wrote: > > Well it definitely wouldn't

DBI upgrade

2001-06-11 Thread Anthony Scott
Do I need to upgrade the DBI software for Oracle 8.1.7 support? I'm current running DBI-1.13. Anthony Scott