RE:problem with DBD

2002-09-11 Thread Seille Amar
I check the permissions, I have the same configuration to the oracle client on two computer. But I have the error only on one. ___ Do You Yahoo!? -- Une adresse yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

Re: How do I detect non-select statements after calling $sth-execute()

2002-09-11 Thread Roger Perttu
Tim Bunce wrote: On Tue, Sep 10, 2002 at 01:49:35PM +0200, Roger Perttu wrote: Tim Bunce wrote: On Wed, Sep 04, 2002 at 09:58:35AM -0500, Paul DuBois wrote: At 9:50 -0500 9/4/02, David Dooling wrote: For security reasons, wouldn't you want to know what statements

Re: Relocation error

2002-09-11 Thread Waldemar Zurowski
On Tue, 10 Sep 2002 22:16:19 -0400 Rich DeSimone [EMAIL PROTECTED] wrote: [..] So I am assuming that code is right and I don't think it is even relevant to my problem. When I try to run the script I get perl: relocation error:

test message - disregard plz

2002-09-11 Thread Bjorn.Naessens
Test-message, disregard

installation of DBD::Oracle 1.12 on ibm aix 64bit

2002-09-11 Thread Bjorn.Naessens
Title: Message I'm new to this list and would like to say hi to everyone in it first of all. I am in seacrh for a solution for my problem for 5 days now and i am becoming a bit desperate. Here's my description : Before I installed oracle 9i on my server Perl, DBI and DBD::Oracle worked

Re: Relocation error

2002-09-11 Thread Rich DeSimone
I am using debian and I verified which packages are installed by viewing a list at http://slashcode.com/docs/INSTALL.debian I installed all the perl modules packages even though I am sure I don't need all of them. Anyway I am still getting perl: relocation error:

$sth-err for multiples descriptors

2002-09-11 Thread sidi MOHAMED CHEINE
I have a problem with dbi, I set up a system of capture of error. In my program I use two descriptors dbi, only when I intercept an error on the undes descriptors, the tests of errors $sth-err gives the same result on both. Is what somebody would have a solution has to propose to me thank you

FW: why do I need to supply user password

2002-09-11 Thread Levine, Peter W
Hi, Follow-up. So is the error I get 'working as designed'? In other words is SQL authentication without explicit user and password parameters in the connect() not supported? If not, I would like it to since hard-coding the user/password in my script or as part of the environment are not

Re: $sth-err for multiples descriptors

2002-09-11 Thread Jeff Seger
Could you provide a code sample? On Wed, 2002-09-11 at 10:51, sidi MOHAMED CHEINE wrote: I have a problem with dbi, I set up a system of capture of error. In my program I use two descriptors dbi, only when I intercept an error on the undes descriptors, the tests of errors $sth-err gives

RE: why do I need to supply user password

2002-09-11 Thread Jeff Urlwin
Peter, I think so. I just checked. I do *not* see a password stored in my registry when I try to switch authentication to SQL Server authentication. IF you can switch to NT authentication (which I'm guessing you can't, but...), then the authentication is handled behind the scenes... Regards,

RE: why do I need to supply user password

2002-09-11 Thread Levine, Peter W
Jeff, Can I use Windows authentication from a UNIX server? Pete -Original Message- From: Jeff Urlwin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:31 AM To: Levine, Peter W; [EMAIL PROTECTED]; 'Jeff Urlwin' Subject: RE: why do I need to supply user password Peter,

RE: why do I need to supply user password

2002-09-11 Thread Vanole, Mike
You can try LDAP autentication with Net::LDAP from UNIX. I do it just fine from Solaris. -Original Message- From: Levine, Peter W [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 10:33 AM To: 'Jeff Urlwin'; [EMAIL PROTECTED] Subject: RE: why do I need to supply user

(Fwd) Compile problem with DBD-Oracle-1.12

2002-09-11 Thread Tim Bunce
- Forwarded message from Frank Meyers [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] Date: Wed, 11 Sep 2002 10:30:06 -0500 From: Frank Meyers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Compile problem with DBD-Oracle-1.12 Tim, Hello my name is Frank Meyers. I wanted to know

Re: $sth-err for multiples descriptors

2002-09-11 Thread Tim Bunce
The docs say: The DBI resets $h-err to undef before most DBI method calls, so the value only has a short lifespan. Also, most drivers share the same error variables across all their handles, so calling a method on one handle will typically reset the error on all the other handles

Re: why do I need to supply user password

2002-09-11 Thread cp
Can you post an example of using Net::LDAP to authenticate to a SQL server form a *Nix platform? I'd love to use something like that in our shop. -- Give a man a match, and he'll be warm for a minute, but set him on fire, and he'll be warm for the rest of his life. From: Vanole, Mike [EMAIL

RE: why do I need to supply user password

2002-09-11 Thread Vanole, Mike
I don't actually do anything to authenticate for SQL Server access. I use Net::LDAP to authenticate users before they enter various unix based web applications. Since we have a mix of NT and Unix I want to use NT id authentication. Either way, you will need to ask for, or provide a user/pass

FW: DBI core dump version 1.30

2002-09-11 Thread Etienne . van . den . Heiligenberg
-Original Message- From: Heiligenberg, Etienne van den Sent: Wednesday 11 September 2002 1:32 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: DBI core dump version 1.30 Hi, Some specs: 9ias 1.0.2.2.0 Apache 1.3.19 oslevel: 4.3.3.0

Re: Relocation error

2002-09-11 Thread Waldemar Zurowski
On Wed, 11 Sep 2002 10:33:36 -0400 Rich DeSimone [EMAIL PROTECTED] wrote: I am using debian and I verified which packages are installed by viewing a list at http://slashcode.com/docs/INSTALL.debian I installed all the perl modules packages even though I am sure I don't need all of them.

Re: Relocation error

2002-09-11 Thread Rich DeSimone
I thought 5.8.0 was stable? Do you suggest I use an earlier version? I also have 5.6.1 but wouldn't a lot of things get screwed up if I removed 5.8.0? I tried apt-get install libdbd-mysql-perl and it says I have the newest version. Rich - Original Message - From: Waldemar Zurowski

rows not being returned with DBI-1.30/DBD-Oracle-1.12

2002-09-11 Thread Crown David T. (DNREC)
This is probably a nubbie question, but I can't find anything to point me in the right direction. I'm moving a database written in access to oracle91, and I'm now attempting to write a perl (And soon, a cgi) interface. The problem is when I select based on an IP I get no rows returned, but when

Re: Multiple Oracle client versions and Perl DBI

2002-09-11 Thread Jared Still
Unless you need to exploit new features of the database that will not work from Perl without linking in the newer libraries, you don't need to reset your ORACLE_HOME. Just connect to the 9i database with the 8i libs. I use 8.1.7 build of DBD::Oracle to connect to 7.3.4, 8.0.4, 8.0.6, 8.1.6,