RE: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-06-03 Thread eric.berg
BI community. Two thumbs up! Eric > -Original Message- > From: Martin J. Evans [mailto:martin.ev...@easysoft.com] > Sent: Friday, June 03, 2011 2:54 PM > To: dbi-users@perl.org > Subject: Re: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE > > On 03/06/2011 1

Re: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-06-03 Thread Martin J. Evans
uch attention to the warnings I'm not sure what good it will do. Martin -Original Message- From: Berg, Eric: IT (NYK) Sent: Friday, May 13, 2011 9:24 AM To: 'Martin J. Evans' Cc: dbi-us...@perl.org Subject: RE: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE Thanks, Mar

Re: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-06-03 Thread bergbrains
ommended that I upgrade from the 1.3 version that we've got packaged > >> for use here at the bank to 1.4.  We'll see if that makes a difference. > > >> Many of the tests of DBD::ODBC are failing as well.  I'm looking at that, > >> will upgrade and report

Re: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-05-17 Thread Martin J. Evans
ure what good it will do. Martin -Original Message- From: Berg, Eric: IT (NYK) Sent: Friday, May 13, 2011 9:24 AM To: 'Martin J. Evans' Cc: dbi-users@perl.org Subject: RE: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE Thanks, Martin. I've been working with Richard o

RE: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-05-17 Thread eric.berg
s' > Cc: dbi-users@perl.org > Subject: RE: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE > > Thanks, Martin. I've been working with Richard on this for a few days and > he's been very helpful. Just not sure what's up here yet, but it was > recommended that

RE: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-05-13 Thread eric.berg
3:46 AM > To: Berg, Eric: IT (NYK) > Cc: dbi-users@perl.org > Subject: Re: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE > > On 12/05/11 21:39, eric.b...@barclayscapital.com wrote: > > Posted this in the Google Group, but not sure if it's going through, so

Re: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-05-13 Thread Martin J. Evans
On 12/05/11 21:39, eric.b...@barclayscapital.com wrote: Posted this in the Google Group, but not sure if it's going through, so I apologize for the duplicate if that's the case. We're continuing with our struggles to get Perl working properly to connect to MS SQL server, and have come up again

RE: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-05-12 Thread Martin Gainty
c.b...@barclayscapital.com > To: dbi-users@perl.org > Date: Thu, 12 May 2011 16:39:18 -0400 > Subject: DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE > > Posted this in the Google Group, but not sure if it's going through, so I > apologize for the duplicate if that's the case.

DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-05-12 Thread bergbrains
We're continuing with our struggles to get Perl working properly to connect to MS SQL server, and have come up against a nasty bug that results in segmentation faults when attempting to do a $dbh->do(...) to set TEXTSIZE or truncate tables. I'm running the following: Perl: 5.012003

DBD::ODBC Segfaults on SET TEXTSIZE and TRUNCATE TABLE

2011-05-12 Thread eric.berg
Posted this in the Google Group, but not sure if it's going through, so I apologize for the duplicate if that's the case. We're continuing with our struggles to get Perl working properly to connect to MS SQL server, and have come up against a nasty bug that results in segmentation faults when a