in reply to Re: dbd::sybase string cut at 78 characters?
in thread dbd::sybase string cut at 78 characters?
Hmmm ... well that /\w{70,}/ may be the culprit but maybe not. You should either set a trace on the DBI handle (see the perldoc) or just log the actual sql and values -- I would want to know *if* I'm generating the correct sql *before* I start blaming the underlying library (freetds) or the db.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: dbd::sybase string cut at 78 characters?
by Anonymous Monk on Jun 15, 2010 at 12:29 UTC |