Re: installing DBD::mysql without mysql on the local host

2017-11-21 Thread Wm Mussatto
I don't have Gentoo, but I did find a package, can't you install that in the local perl? On Tue, November 21, 2017 10:54, Saline Vector wrote: > Howdy, > > I have a situation where a data feed for a postgres system is disappearing > at the end of the month. I get the same data feed to a MySQL

Re: Fork DBD::mysql

2017-10-11 Thread Wm Mussatto
On Wed, October 11, 2017 12:10, Darren Duncan wrote: > On 2017-10-11 10:05 AM, Vincent Veyron wrote: >> On Wed, 11 Oct 2017 15:09:49 + >> Steven Lembark wrote: >> >>> I really am curious to see any example of something in your database >>> that >>> can be handled more

Re: suppress quoting in prepared sql

2016-04-05 Thread Wm Mussatto
On Tue, April 5, 2016 09:24, Bruce Ferrell wrote: > I'm generating a sql statement like this: > > sth = $mysql_dbh->prepare( > "select sum(column) as columnSum from table where value in ( ? ) and > row_date between cast( ? as date) and cast( ? as date) "); > > sth->execute( $ValueIDs

Re: (Fwd) DBI Dilemma

2015-08-17 Thread Wm Mussatto
On Mon, August 17, 2015 14:42, tim.bu...@pobox.com wrote: - Forwarded message from Adkins, Blake blake.adk...@intel.com - Date: Mon, 17 Aug 2015 17:51:41 + From: Adkins, Blake blake.adk...@intel.com To: tim.bu...@pobox.com tim.bu...@pobox.com Subject: DBI Dilemma Tim,

RE: Strange happenings in ODBC

2011-09-28 Thread Wm Mussatto
On Wed, September 28, 2011 14:10, Jeff Tate wrote: 1) the versions of DBI and ODBC are the same on Windows and AIX 2) the program is identical on Windows and AIX. I develop on Windows and move to AIX for production. The two output fragments are from an identical call to the same stored

Re: is it possible to use two sth from same dbh at the same time ?

2011-07-12 Thread Wm Mussatto
On Tue, July 12, 2011 05:20, Martin J. Evans wrote: On 12/07/11 13:04, ZhangJun wrote: mostly I use mysql, DBD::mysql, also mssql, ODBC and sybase driver. I cannot comment on DBD::mysql (as it has been years since I last used it) but both MS SQL Server and Sybase (I believe) don't support

Re: spammer on dbi-users

2010-03-26 Thread Wm Mussatto
On Thu, March 25, 2010 12:24, Jared Still wrote: On Thu, Mar 25, 2010 at 11:21 AM, Darren Duncan dar...@darrenduncan.netwrote: Another option is to moderate the list, maybe by putting all new subscribers on moderation by default and then taking them off after their first post, or something.

RE: spammer on dbi-users

2010-03-26 Thread Wm Mussatto
On Fri, March 26, 2010 07:30, Will Rutherdale (rutherw) wrote: -Original Message- From: Wm Mussatto [mailto:mussa...@csz.com] Sent: 26 March 2010 10:21 To: dbi-users@perl.org Subject: Re: spammer on dbi-users It might be more effective if you wrote to the SEC. It is a form

Re: Trouble Installing DBD::ODBC with postgresql

2007-07-16 Thread Wm Mussatto
On Sat, July 14, 2007 2:40, Martin J. Evans said: Alexander Foken wrote: Is there a special reason why you do not use DBD::Pg? It should be faster because it has less overhead and it supports Unicode better than DBD::ODBC, should you need it. DBD::ODBC has seen no update since about three