Re: How to catch the DBI module error message

2009-11-09 Thread Parag Kalra
> Hello All, > > > > This is my first post here. > > > > I am executing a Perl script which makes use of 'DBI' module. > > > > I am performing a select operation on a table through the Perl script and > I > > am getting following error on the conso

AW: How to catch the DBI module error message

2009-11-09 Thread Thomas Bätzler
Parag Kalra asked: [DBI] > However I just wanted to know if there is a way to catch this error > message through some standard DBI variable so that I can print it in a log > file You can use the errstr() class and instance methods to access the last error message. In order to stop DBI from pri

Re: How to catch the DBI module error message

2009-11-09 Thread Dermot
se :) > I am executing a Perl script which makes use of 'DBI' module. > > I am performing a select operation on a table through the Perl script and I > am getting following error on the console: > > DBD::ODBC::st execute failed: [Oracle][ODBC][Ora]ORA-00942: table or v

How to catch the DBI module error message

2009-11-09 Thread Parag Kalra
Hello All, This is my first post here. I am executing a Perl script which makes use of 'DBI' module. I am performing a select operation on a table through the Perl script and I am getting following error on the console: DBD::ODBC::st execute failed: [Oracle][ODBC][Ora]ORA-00942: tab

Re: strange issue while using DBI module

2008-08-13 Thread Mr. Shawn H. Corey
On Wed, 2008-08-13 at 02:32 -0700, Debraj wrote: > Hi > > The script ( mentioned below ) works fine if I do a > > setenv LD_LIBRARY_PATH /OracleProd/oracle9i/lib/ > > before executing the script. But if I don't do that instead put it > within the script like : > > > $ENV{'LD_LIBRARY_PATH'} = "

strange issue while using DBI module

2008-08-13 Thread Debraj
Hi The script ( mentioned below ) works fine if I do a setenv LD_LIBRARY_PATH /OracleProd/oracle9i/lib/ before executing the script. But if I don't do that instead put it within the script like : $ENV{'LD_LIBRARY_PATH'} = "/OracleProd/oracle9i/lib"; it throws this error : DBI version is -->

Installing dbi module

2002-05-10 Thread jdamunds
I am having trouble installing the DBI module on to an hpux workstation. Can anyone tell me how to install it on HPUX? Any help would be greatly appriciated. James Amundson Systems Development Engineer Coretec Inc. (416)208-2163 (416)471-5854 Cell -- To unsubscribe, e-mail: [EMAIL

DBI Module For WindowsNT

2002-02-23 Thread Quique Luna
Hey, Do somebody know where could I find the DBI module for WidowsNT?, I'm trying to connect to Oracle. Thanks! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What's Perl DBI module?

2001-08-09 Thread Brett W. McCoy
On Thu, 9 Aug 2001, Kehai Li wrote: > what's Perl DBI module? How can I execute a web-database in Perl language? Here's a good place to start: http://dbi.symbolstone.org/index.html -- Brett http://www.chapelperil

What's Perl DBI module?

2001-08-09 Thread Kehai Li
what's Perl DBI module? How can I execute a web-database in Perl language? thanks in advance

Re: DBI Module

2001-06-22 Thread FRANCISCO VALLADOLID
> Diego Riaño wrote: > > > Hi Everybody > > > > I am trying to use de perl DBI module to use a > MySQL database. I want to know > > where can I find a tutotial or maybe a HowTo (I do > not know?) about perl DBI > > module? &

Re: DBI Module

2001-06-22 Thread Richard J. Barbalace
Diego Riano writes: > I am trying to use de perl DBI module to use a MySQL database. I want to kno > where can I find a tutotial or maybe a HowTo (I do not know?) about perl DBI > module? In addition to the links already suggested, I recommend getting the O'Reilly book "Progr

Re: DBI Module 2

2001-06-22 Thread Peter Scott
At 05:45 PM 6/22/01 +0200, Diego Riaño wrote: >In fact, I read the page you told me, I know, now, how to connect and >disconnet to my mysql database, and howto give it SQL statements ( >inset, create). > >But I could not find the way to send or retrive the result of the >describe table statement.

DBI Module 2

2001-06-22 Thread Diego Riaño
Hello Everybody Thaks a lot for the help. In fact, I read the page you told me, I know, now, how to connect and disconnet to my mysql database, and howto give it SQL statements ( inset, create). But I could not find the way to send or retrive the result of the describe table statement. Could s

Re: DBI Module

2001-06-22 Thread Jos Boumans
try reading this article: http://www.perl.com/pub/1999/10/DBI.html hth, Jos Boumans Diego Riaño wrote: > Hi Everybody > > I am trying to use de perl DBI module to use a MySQL database. I want to know > where can I find a tutotial or maybe a HowTo (I do not know?) about perl

DBI Module

2001-06-22 Thread Diego Riaño
Hi Everybody I am trying to use de perl DBI module to use a MySQL database. I want to know where can I find a tutotial or maybe a HowTo (I do not know?) about perl DBI module? Could someone help me? Thanks in advances Diego Riano