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.
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
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
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
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
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
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 "
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
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
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
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
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
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
> 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
14 matches
Mail list logo