amonotod wrote: > Hello all, > I'm trying to insert images into an Access database (they're small, and > that's how the app > was built, not my choice), but I'm running into errors. I'm using...
I can reproduce this :-(
>
[...]
> eval {
> use Win32::OLE;
> Win32::OLE->Option(CP => Win32::OLE::CP_UTF8);
> };
Looks like is has to do with UTF8. Commenting out (or moving it out of the
eval{}) avoids (or hides?) the problem. Sorry, no further ideas.
Steffen
