Re: Help: error not clearing from one call to the next?

2005-04-24 Thread Tim
That's odd. You've not stated the DBI or DBD::Oracle versions. Try using trace (level 4) with a recent version of the DBI to see what the DBI thinks is happening to the error status. Tim. On Thu, Apr 21, 2005 at 09:03:54AM -0700, Joel Stevenson wrote: > Hi all, > > I'm running into an interesti

UTF8 in CSV (was Re: select through DBD::CSV)

2005-04-24 Thread Jeff Zucker
Radomir Hejl wrote: Why doesn't LIKE operator match the data when encoding pragma (any) is used? I'm pretty clueless about encoding, but essentially, Text::CSV_XS, the CSV parser under DBD::CSV, treats utf data as binary and just passes it back and forth as bytes. Since it's done in C, it doesn'

RE: Problems building DBI on Windows

2005-04-24 Thread Jeff Urlwin
I'm guessing you are running under 9x/ME instead of NT/2000/XP. Is that correct? If so, try using 4dos as the shell (jpsoft.com). Try it for 21 days to build this (I love the shell and have used their products for many years). You may have to set "ParameterChar" to * instead of the default.