Re: DBD::ADO and Access IMAGE (OLE Object) fields...
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
.
Relevant Pages
- RE: Resource Forecasting
... My app is a question and answer database but the approach should be the same ... of a gauge on the Net and I then used MSPD to create a master gauge with ... I wanted very detailed images and the default GIF file size didn't have the ... And if you plan on creating a dashboard/scorecard application then you need ... (microsoft.public.access.tablesdbdesign) - RE: Resource Forecasting
... The last topic to discuss is how I cycle through the images in my app. ... displayed gauges change from gauge0.gif to gauge10.gif and so on. ... the important aspects of a dashboard application are: ... (microsoft.public.access.tablesdbdesign) - Re: Access apps with user definable fields?
... New fields would need to added to tables, queries, ... Of course they have their own built in report writer ... > I have an app I built for nonprofits who provide FREE ... > add control switches to control whether certain fields are displayed or ... (microsoft.public.access.formscoding) - Re: GIF files
... The same problem exists throughout the code for all images. ... or SRBs. ... <TBODY> ... Because that's the way they built them in England and English expatriates built the US ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - RE: Resource Forecasting
... The last topic to discuss is how I cycle through the images in my app. ... displayed gauges change from gauge0.gif to gauge10.gif and so on. ... the important aspects of a dashboard application are: ... (microsoft.public.access.tablesdbdesign) |
|