RE: MSSQL 2000, ODBC, and placeholders

2005-03-09 Thread Jeff Urlwin
Charles, It *should* work, but...I suspect your SQL*Server driver is ancient. Mine is 2000.85.1117.00. The 3.8.xxx version, I suspect, is from SQL7 days. Please try updating the machine's MDAC driver to at least 2.7 or greater and I think you will find different behavior. If that doesn't

RE: DBI.ppd for 5.8.6

2005-03-09 Thread Jeff Urlwin
Marina, To be clear, are you using ActiveState perl? Just some thoughts: Can you try to install File-Spec from one of ActiveState's repositories, then install Test-Simple from my site? Regards, Jeff -Original Message- From: Marina Greenstein [mailto:[EMAIL PROTECTED] Sent:

RE: (Fwd) FW: DBI connect as sysdba

2005-03-09 Thread Rouquart Wim
In what way doesn't it work consistently and how should it be adapted so it does ? We really need SYSDBA privilege for our script... Thanx, Wim. Van: edward pena [mailto:[EMAIL PROTECTED] Verzonden: di 8/03/2005 18:41 Aan: [EMAIL PROTECTED]; Rouquart Wim;

PLease remove me from the list

2005-03-09 Thread James B Schmidt
Please remove me from the list. Thank you __ James B. Schmidt, Ph.D. IBM Healthcare and Life Science Solutions 425 Market Street, San Francisco, CA 94105 Voice: 415.545.4004, Mobile: 925.997.9465, IBM T/L: 473.4004 e-mail: [EMAIL

RE: DBI.ppd for 5.8.6

2005-03-09 Thread Reidy, Ron
Jeff, Please let us on the list know when you have these ready. I too just installed AS 5.8.6 for a Windows project and I need both DBI and DBD::Oracle. Thanks so much for your efforts. - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Jeff Urlwin

Re: MSSQL 2000, ODBC, and placeholders

2005-03-09 Thread Daniel Kasak
Charles Lawrence wrote: Gentlemen, I'm hoping you can answer a question for me. I am using an XP Pro platform accessing an MSSQL 2000 server. I use ActivePerl 5.8.4 to access my database via ODBC. The latest versions of the DBI and DBD-ODBC modules are installed. When I attempt to use

Got error 134 from Storage engine?

2005-03-09 Thread Data Man
Hi, I'm using perl 5.8.5 with DBI and Mysql 4.1 on FreeBSD 5.3. I am receiving an error 'Got error 134 from Storage engine' when executing many mysql queries in a loop. At random iterations under identical conditions the app fails with the above error. My loop looks like this

Re: Got error 134 from Storage engine?

2005-03-09 Thread Paul DuBois
On 3/9/05 18:30, Data Man [EMAIL PROTECTED] wrote: Hi, I'm using perl 5.8.5 with DBI and Mysql 4.1 on FreeBSD 5.3. I am receiving an error 'Got error 134 from Storage engine' when executing many mysql queries in a loop. At random iterations under identical conditions the app fails

Re: PLease remove me from the list

2005-03-09 Thread Michael A Chase tech
On 03/09/2005 01:02 PM, James B Schmidt said: Please remove me from the list. List-Help: mailto:[EMAIL PROTECTED] List-Unsubscribe: mailto:[EMAIL PROTECTED] If you are sending the unsubscription request from a different email account than the one being sent to (see Return-Path and Received in the

ANN: Gtk2::Ex::DBI-0.8

2005-03-09 Thread Daniel Kasak
I'm pleased to annouce the 8th release of Gtk2::Ex::DBI ... http://entropy.homelinux.org/Gtk2-Ex-DBI/ Gtk2::Ex::DBI is an open-source helper object that makes your Gtk2-Perl apps data aware. It handles querying, 'painting' records on your Glade-generated form, passing updates back to the database