Re: Can I set date format / style on DBI ADO connection

2006-02-13 Thread Steffen Goeldner
Kumar Talinki wrote: > Hi, > I am using DBI ADO connection to access MS SQL Server. I switched > from ODBC to ADO recently. > ADO connection is returning the date format as mm/dd/yy > hh:mi:ss, where as ODBC connection returns datetime in -mm-dd > hh:mi:ss(

Re: trouble loading DBD::Sybase 1.05 on tiger, MacOSX 10.4.4

2006-02-13 Thread Terence J. Young, D.C.
[EMAIL PROTECTED] wrote: Please post the build log (perl Makefile.PL and make) How do I create a build log while doing the perl Makefile.PL and make?? Is the file automatically created; and, if so, where do I find it? terry Thanks, Michael Extranet [EMAIL PROTECTED] - 01/02/200

DBD::Pg 1.44 release candidate 2 ready for testing

2006-02-13 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After a long delay, I am happy to announce that the next release candidate for version 1.44 of DBD::Pg is available: http://search.cpan.org/~dbdpg/DBD-Pg-1.43_2/ Please take the time to test this out and report any problems back to the DBD::Pg list

Re: Formatting tracing?

2006-02-13 Thread Ben Tilly
What $VERSION was this implemented at? I just tried it on a machine at $VERSION 1.48 and it didn't work. :-( (This with a filehandle pointing at a pipe, I was going to try a tied filehandle if that worked.) Thanks, Ben On 2/11/06, Tim Bunce <[EMAIL PROTECTED]> wrote: > I think $h->trace($level,

Re: Formatting tracing?

2006-02-13 Thread Tim Bunce
On Mon, Feb 13, 2006 at 02:03:22PM -0800, Ben Tilly wrote: > What $VERSION was this implemented at? I didn't say it was for sure. Just that I intended it and thought it was. Now I look at the code I see it's not: /* XXX need to support file being a filehandle object */ I'll get to it at s

Re: trouble loading DBD::Sybase 1.05 on tiger, MacOSX 10.4.4 - problem solved

2006-02-13 Thread Terence J. Young, D.C.
Hi All, I was able to successfully install DBD version 1.07 on tiger (Mac OSX 10.4.4) by doing the following.. (note, I was able to install DBI 1.50 previously) I upgraded my client ware from 12.5.1 to the latest 12.5.3 EBF release I reset all file permission from /Applications/Sybase down to

Re: Formatting tracing?

2006-02-13 Thread Ben Tilly
On 2/13/06, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Mon, Feb 13, 2006 at 02:03:22PM -0800, Ben Tilly wrote: > > What $VERSION was this implemented at? > > I didn't say it was for sure. Just that I intended it and thought it was. > Now I look at the code I see it's not: > /* XXX need to su

Re: How to change how much trace truncates?

2006-02-13 Thread Robert Hicks
Tim Bunce wrote: On Fri, Feb 10, 2006 at 02:50:11PM -0800, Bill Moseley wrote: I'd like to see all of the prepared_cached() and execute() statements when tracing. Currently that output is truncated. How do I change where it truncates? From memory it's $DBI::max_neatlen - but it is in the doc