Re: confused about DBD implementation of ChopBlanks

2011-01-02 Thread H.Merijn Brand
On Sun, 02 Jan 2011 18:07:13 +, "Martin J. Evans" wrote: > Sorry if this turns out to be gibberish but I'm been battling with a > host of unicode problems today and I am quickly losing track. > > I can't make ChopBlanks work properly in DBD::ODBC. It works if I use: > > $dbh->{ChopBlanks}

confused about DBD implementation of ChopBlanks

2011-01-02 Thread Martin J. Evans
Sorry if this turns out to be gibberish but I'm been battling with a host of unicode problems today and I am quickly losing track. I can't make ChopBlanks work properly in DBD::ODBC. It works if I use: $dbh->{ChopBlanks} = 1; $sth = $dbh->prepare(q/select * from sometable/); and does not work