What about DBIx::AnyDBD support in DBI?

2002-05-03 Thread Terrence Brannon
Is this on the TODO list anywhere? I presume it is after the lengthy list of items recently posted? I will continue to use DBIx::AnyDBD for the time being.

Re: DBD::Sybase Segmentation Fault

2002-05-03 Thread Alima Shihabudeen
Hi, This was the same bug.I corrected it .Now it is working fine. Thanks!! Alima Michael Peppler <[EMAIL PROTECTED]> wrote: On Tue, 2002-04-30 at 22:17, Alima Shihabudeen wrote: > > Hi all, > > I tried to run the following script,when it tries to locate DBD::Sybase segmentation >fault is o

Re: Linux/perl/Oracle connect question

2002-05-03 Thread Barbara Lindsey
OK - I'm a dummy. I was able to log in with SQLPlus, and when I figured out what I had to do for that, I found I was using the wrong service name in my perl script... Thanks for your help. [EMAIL PROTECTED] wrote: > > Try adding these lines to your httpd.conf: > > SetEnv ORACLE_HOME /your/orac

[PATCH scope.c] Re: local($tied->{foo}) leaks

2002-05-03 Thread Dave Mitchell
This patch fixes the memory leak in local $tied[n] and local $tied{foo} The problem was that the newly created undef SV that is normally stored as the new value of the element doesn't actually get stored in the array/hash when there's tying going on. So it doesn't get freed at the end of

Off Topic Question...

2002-05-03 Thread NIPP, SCOTT V (SBCSI)
Sorry for posting a slightly off topic question, but I am having trouble figuring out how to do something basic. I have a MySQL database that has a UNIQUE column in a table. My problem is that I need to change the column to non-UNIQUE. I cannot figure out how to do this through the mysq

Patch for DBD::ODBC 0.28

2002-05-03 Thread Naveenpaul Augustus
The attached modification to DBD::ODBC 0.28 enables conversion of SQL (assumed to be in UTF-8) to UTF-16 and conversion of UTF-16 data returned from SQL Server to UTF-8. This was tested only on:   -- Windows 2000 Advanced Server sp2 -- SQL Server 2000 Enterprise-- Perl 5.005_03 (ActiveState

Re: DBI 500 server error

2002-05-03 Thread Bart Lateur
On Thu, 2 May 2002 13:40:48 -0400 (EDT), Lori Thompson wrote: >I have a simple perl/cgi script which reads the username and password >from a form and connects to the database using the Perl DBI module. The >script works fine on the command line but not through the web server >(unix box). The "

Re: DBI 500 server error

2002-05-03 Thread Felix Geerinckx
on Thu, 02 May 2002 17:40:48 GMT, [EMAIL PROTECTED] (Lori Thompson) wrote: > I have a simple perl/cgi script which reads the username and > password from a form and connects to the database using the Perl > DBI module. The script works fine on the command line but not > through the web server (u

RE: Error on make for DBD-Oracle 1.12 on HPUX 11.0

2002-05-03 Thread Ranjith.A.V
hi Jonathan, Don't use 'export LD_PRELOAD'. When you set this dld.sl will preload libjava.sl for all the application, and there is a known problem with LD_PRELOAD which is documented in dld.sl man page. Note: Using LD_PRELOAD can cause a core dump when used with application

Re: local($tied->{foo}) leaks (was: Apache::DBI and $dbh attributes)

2002-05-03 Thread Dan Kogai
On Friday, May 3, 2002, at 02:37 , Dave Mitchell wrote: > On Thu, May 02, 2002 at 12:30:37PM -0400, Michael G Schwern wrote: >> On Thu, May 02, 2002 at 05:08:49PM +0100, Tim Bunce wrote: >>> That's a pity because local($h->{foo}) is very useful for DBI >>> programs. >>> >>> Is anyone working on

Problem to install DBD-Oracle

2002-05-03 Thread Nicolas Ménant
First i prefere say you i'm a beginner in this... i work on Unix/Linux To install this module i need to install an oracle client which set $ORACLE_HOME and put in this path this different files i'll need to install the module. I looked the site technet.oracle.com and there's a lot of differen

DBI 500 server error

2002-05-03 Thread Lori Thompson
I have a simple perl/cgi script which reads the username and password from a form and connects to the database using the Perl DBI module. The script works fine on the command line but not through the web server (unix box). The "use DBI" statement returns a 500 server error message. Has anybod

Re: local($tied->{foo}) leaks (was: Apache::DBI and $dbh attributes)

2002-05-03 Thread Dave Mitchell
On Thu, May 02, 2002 at 12:30:37PM -0400, Michael G Schwern wrote: > On Thu, May 02, 2002 at 05:08:49PM +0100, Tim Bunce wrote: > > That's a pity because local($h->{foo}) is very useful for DBI programs. > > > > Is anyone working on it? > > Dunno. My last perlbug of it got no response, and I

Re: DBD::ADO and null placeholders

2002-05-03 Thread Simon Oliver
> What confuses me, though, is that I set all my undef'ed vars to > empty strings and still got the error. If you have your access field's "Required" attribute set to No but the "Allow Zero Length" field set to "No" too then you will get error if you try to insert an empty string. If you have a