Re: DBD::ADO and Access IMAGE (OLE Object) fields...
- From: amonotod@xxxxxxxxxxx
- Date: Thu, 9 Nov 2006 12:52:06 -0800
---- Steffen Goeldner <sgoeldner@xxxxxxxx> wrote:
amonotod wrote:
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.
The original code (embarrassingly enough) did not have the eval, so I don't think that's it.
I just wanted to make sure that the code I posted to the list was complete and had
some minimal error checking. I actually ginned this code together from it's original
source to be a complete example for the list...
So, might anyone have a snippet of code that does work? It doesn't necessarily need
to use ADO, though it should use DBI and work against Access 97/2000 (Jet 4/5)....
Steffen
Thanks for giving it a look, I appreciate it....
amonotod
--
`\|||/ amonotod@ | sun|perl|windows
(@@) charter.net | sysadmin|dba
ooO_(_)_Ooo____________________________________
_____|_____|_____|_____|_____|_____|_____|_____|
.
- Prev by Date: Re: Retrying a fetch after an error, without restarting the whole loop?
- Next by Date: Re: Retrying a fetch after an error, without restarting the whole loop?
- Previous by thread: Re: DBD::ADO and Access IMAGE (OLE Object) fields...
- Next by thread: Re: DBD::ADO and Access IMAGE (OLE Object) fields...
- Index(es):
Relevant Pages
|