regarding dbd-oracle and dbd-oracle8

2003-10-17 Thread Thutika, Srinivas (ODC - Satyam)
Hi , I am using perl5.8. I haven't find the packages dbd-oracle and dbd-oracle8 modules in activestate.com. Pls send me those moduels for windows. --Thanks Regards Srinivas Thutika

RE: regarding dbd-oracle and dbd-oracle8

2003-10-17 Thread Garry Ferguson
See http://www.cedet.dk/perl/ neither ActiveState or Oracle would write it as they have had some disagreement! Garry Ferguson -Original Message- From: Thutika, Srinivas (ODC - Satyam) [mailto:[EMAIL PROTECTED] Sent: 17 October 2003 09:13 To: [EMAIL PROTECTED] Subject: regarding

Re: Possible memory corruption bug in DBD::Oracle

2003-10-17 Thread Tim Bunce
Thanks for the info. I'll take a look. Tim. On Fri, Oct 17, 2003 at 08:36:09AM +1000, Steve Baldwin wrote: I'm not sure whether this is a DBD::Oracle bug or a bug in the Oracle client libs, but it only seems to manifest in Perl scripts running on machines with Oracle client 9.2. The problem

Re: column_info, mysql, and SET/ENUM values

2003-10-17 Thread Tim Bunce
On Thu, Oct 16, 2003 at 02:00:01PM -0400, Scott R. Godin wrote: Tim Bunce wrote: I think the latest DBD::mysql contains my column info code and thus does return set enum values. Tim. On Tue, Oct 14, 2003 at 09:01:14AM +1000, Ron Savage wrote: On Mon, 13 Oct 2003 13:54:46 -0400,

Re: column_info, mysql, and SET/ENUM values

2003-10-17 Thread Tim Bunce
On Mon, Oct 13, 2003 at 07:52:12PM -0500, Paul DuBois wrote: Before I hare off and write a bunch of testing scripts, I'd just like to know if I'm on the right track. Will I be able to obtain this information, and is column_info the right way to do it? I don't know if column_info can do it,

Named placeholders in DBD::Oracle - bug report

2003-10-17 Thread Charles Jardine
The problem: --- When Oracle matches placeholder names passed to OCIBindByName() with the actual placeholders in the SQL or PL/SQL, it uses a case-insensitive comparison. This means that Oracle regards the placeholders :a and :A as the same. On the other hand, DBD::Oracle uses

RE: Writing to MS Access using DBI and DBD::ODBC

2003-10-17 Thread Jeff Urlwin
I'd search Microsoft's site for an answer. A quick google search produced numerous hits where people see this error. This thread: http://www.aspnl.com/aspnl/nl/forums/ShowPost.aspx?PostID=370 when you skip past the Dutch, shows some tips. FP: Error: Unable to Open Jet Temporary Key When You

DBD-Oracle-1.14 install now succeeds on AIX 5.2, but unusable (test 99.7% OK!!!)

2003-10-17 Thread Gulcsi Tams
Finally, with some minor modifications on Makefile, I could install DBD-Oracle-1.14 on AIX 5.2, Oracle 9.2.0, perl 5.8.0 The installation script was: cd DBD-Oracle-$1 log_file=/export/home/ablak3/dev/tgulacsi/excel/perl_modules/DBDinst$1.log echo export PATH=$PATH:/usr/vac/bin $log_file export

mysql server 4.1

2003-10-17 Thread phani
Hi, I have mysql server 4.1 running on redhat 9.I have perl DBD 2.9002-1.my perl is 5.8.0.When I want to connect to mysql server 4.1 I get an error message saying that the mysql client does not support the security protocol requested by server.Try to update the mysql client. Iám able to log

DBI and modules

2003-10-17 Thread Simon Taylor
I am trying to create a module that sets ups environment variables from another module, creates a database handle and passes it back to the calling script. I understand that an object exists as long as there is a reference to it but cant quite see why this code generates the following errors when

Re: mysql server 4.1

2003-10-17 Thread Paul DuBois
At 10:06 -0500 10/17/03, phani wrote: Hi, I have mysql server 4.1 running on redhat 9.I have perl DBD 2.9002-1.my perl is 5.8.0.When I want to connect to mysql server 4.1 I get an error message saying that the mysql client does not support the security protocol requested by server.Try to update

Re: DBI and modules

2003-10-17 Thread Doug Silver
On Friday 17 October 2003 08:22 am, Simon Taylor wrote: I am trying to create a module that sets ups environment variables from another module, creates a database handle and passes it back to the calling script. I understand that an object exists as long as there is a reference to it but cant

Re: DBI and modules

2003-10-17 Thread Thomas A. Lowery
On Fri, Oct 17, 2003 at 04:22:24PM +0100, Simon Taylor wrote: I am trying to create a module that sets ups environment variables from another module, creates a database handle and passes it back to the calling script. I understand that an object exists as long as there is a reference to it but

ANNOUNCE: Alzabo 0.79_02

2003-10-17 Thread Dave Rolsky
Another beta before 0.80. I'm still looking for feedback on the docs. Special thanks to Kineticode for funding some of the development done for this release. 0.79_02 October 17, 2003 ENHANCEMENTS: - Added support for table attributes like MySQL's TYPE = ... or Postgres's WITH OIDS. - Added

RE: DBI fetch gets SEGEMENTATION FAULT with new ORACLE date data type(TIMESTAMP WITH LOCAL TIME ZONE).

2003-10-17 Thread Gaur, Deepak
Hello Tim, This seems to have fixed the problem. Is there a plan to patch it with the next DBD release? Thanks for your time. Deepak. -Original Message- From: Andy Hassall [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:37 PM To: Gaur, Deepak; [EMAIL PROTECTED] Subject:

Re: column_info, mysql, and SET/ENUM values

2003-10-17 Thread Scott R. Godin
Tim Bunce wrote: $ perl col_info.pl Undefined subroutine DBD::mysql::db::SQL_VARCHAR called at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBD/mysql.pm line 337. which I don't quite understand. I tried adding :sql_types to the DBI declaration, but no go. It's a minor bug in