Re: [Fwd: REJECTED MAIL]

2003-06-04 Thread Jonathan Leffler
Jeff Zucker wrote: Is anyone else getting these spam-generating "spam blockers" from [EMAIL PROTECTED] I get one for every message I send to the list. Subject: REJECTED MAIL From: "[EMAIL PROTECTED] <[EMAIL PROTECTED]>"@z

RV: HELP NEEDED!!

2003-06-04 Thread Maite Novo i Canalias
Hi everybody, I'm having problems with the DBD::mysql installation, when making "make test" it shows messages like: t/30insertfetch/usr/lib/dld.sl: Unresolved symbol: __udivdi3 (code) from /prod/mysql/lib/mysql/libmysqlclient.sl.10 /usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code) from /

Trouble Installing DBD-Oracle

2003-06-04 Thread Washum, Ron # PHX
I am using Oracle 8.1.7 on a Solaris 8 box. DBI Installed successfully but DBD is hanging with the following: # perl Makefile.PL -v Using DBI 1.20 installed in /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBI # perl -V Summary of my perl5 (revision 5.0 version 6 subversion 1) configu

RE: String truncation with DBD::ODBC and SQL Server

2003-06-04 Thread Jeff Urlwin
> > > > The strange thing is that the bug seems to depend on the number and > ordering of the rows. It also depends on what data is in the > records. > Reordering will sometimes (not always) change which rows have > a column > truncated. Reducing the rows to just the problem ones causes th

Re: String truncation with DBD::ODBC and SQL Server

2003-06-04 Thread Ian Burrell
Michael A Chase wrote: If you can give us a pertinent snippet of the program that has the problem and some sample data including rows that do and don't show the problem, it might be easier for someone here to guess what's happening. The strange thing is that the bug seems to depend on the number an

Re: String truncation with DBD::ODBC and SQL Server

2003-06-04 Thread Michael A Chase
On Tue, 03 Jun 2003 15:09:21 -0700 Ian Burrell <[EMAIL PROTECTED]> wrote: > I am trying to solve a problem with SQL Server and DBD::ODBC truncating > inserted string values to a single character. The truncation is > happening with two records out of a batch of 30. It always happens with > the

String truncation with DBD::ODBC and SQL Server

2003-06-04 Thread Ian Burrell
I am trying to solve a problem with SQL Server and DBD::ODBC truncating inserted string values to a single character. The truncation is happening with two records out of a batch of 30. It always happens with the same two records and the same column but there is nothing exceptional about the d

Re: Make Test Error?

2003-06-04 Thread buffalo
On Tue, 3 Jun 2003, Tim Bunce wrote: > http://groups.google.com/groups?q=+%22DBI-1.37+make+test+failures%22 Many thanks! --Duncan

Re: Make Test Error?

2003-06-04 Thread Tim Bunce
http://groups.google.com/groups?q=+%22DBI-1.37+make+test+failures%22 Tim. On Tue, Jun 03, 2003 at 04:19:42PM -0400, [EMAIL PROTECTED] wrote: > Greetings, > > On a SPARC Solaris 8 box with all current patches, gcc-3.2.2 (compiled to > use solaris ld and as), mysql 4.0.13, perl 5.8, and DBI 1.37,

Re: DBI->data_sources("mysql"); DBI_USER?

2003-06-04 Thread Rudy Lippan
On 2 Jun 2003, Scot Needy wrote: > Hi; Hi. > Trying to write a script to backup all my MySQL databases. The number and > name of the databases may change from day to day so I am trying to use > data_sources to fetch a list of databases but I can't seem to get this to > work. > The database i

Make Test Error?

2003-06-04 Thread buffalo
Greetings, On a SPARC Solaris 8 box with all current patches, gcc-3.2.2 (compiled to use solaris ld and as), mysql 4.0.13, perl 5.8, and DBI 1.37, I get the following errors from "make test": --- # Test 18 got: '[[1,'a','b','c']