On Sat, Apr 10, 2004 at 06:28:54PM -0700, Michael Peppler wrote:
> On Sat, 2004-04-10 at 11:51, [EMAIL PROTECTED] wrote:
> 
> > I'm using DBD::Sybase 1.02 and DBI 1.42.
> > 
> > The stored procedure writer here is telling me that she's sending
> > a VARCHAR that's padded with spaces, but the spaces aren't there
> > when I retrieve them with fetchrow_arrayref.
> 
> When a varchar() string is stored to the database it will be truncated
> to remove any trailing spaces.

By the driver or the database? Can the driver prevent that happening?

Tim.

Reply via email to