473,748 Members | 7,118 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

OLE-Objekt (Photo Editor) im Access 2003 nicht mehr verfügbar

Hallo,

ich habe mir im Access eine Bilddatenbank angelegt. Die Bilder sind als
OLE-Objekt (verbunden mit dem Photo Editor) in der Datenbank enthalten.
Mit der Umstellung auf MS Office 2003 gibt es den Photo Editor nicht
mehr. Somit kann ich die Bilder nicht mehr in der Datenbank angezeigt
werden.

Gibt es eine Möglichkeit das OLE-Objekt umzuwandeln? Auch wenn ich dem
OLE-Objekt die Klasse einer anderen Anwendung zuweise, hat das keinen
Erfolg.
Viele Grüße
Falk

Nov 13 '05 #1
2 4223
On 9 May 2005 06:47:10 -0700, fa***********@l fug.smul.sachse n.de
wrote:

Some people ignore the advise given here so many times, and then there
comes a time they get burned. Sorry it had to happen to you.

To fix your problem, I would extract the pictures on an older machine
with Photo Editor, and write them to the file system. Then in your
database only store the path to the pictures. If they are in standard
format (jpg, gif), pretty much any image control can display them.

-Tom.
Hallo,

ich habe mir im Access eine Bilddatenbank angelegt. Die Bilder sind als
OLE-Objekt (verbunden mit dem Photo Editor) in der Datenbank enthalten.
Mit der Umstellung auf MS Office 2003 gibt es den Photo Editor nicht
mehr. Somit kann ich die Bilder nicht mehr in der Datenbank angezeigt
werden.

Gibt es eine Möglichkeit das OLE-Objekt umzuwandeln? Auch wenn ich dem
OLE-Objekt die Klasse einer anderen Anwendung zuweise, hat das keinen
Erfolg.
Viele Grüße
Falk


Nov 13 '05 #2
Hi Tom,
I cannot read the OP's post but :

1) You can install MS Photo Editor from your OfficeXp or even the
Office2K original CD Rom's.

Alternatively, the OP could programmaticall y export the images as you
suggested.
http://www.lebans.com/oletodisk.htm
A2KExportOLEtoJ PEG.zip A2K ONLY! This version saves the entire
contents of a table containing OLE Object Images to disk based Jpeg
files. User selectable compression rate. Version 1.5
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Tom van Stiphout" <no************ *@cox.net> wrote in message
news:id******** *************** *********@4ax.c om...
On 9 May 2005 06:47:10 -0700, fa***********@l fug.smul.sachse n.de
wrote:

Some people ignore the advise given here so many times, and then there
comes a time they get burned. Sorry it had to happen to you.

To fix your problem, I would extract the pictures on an older machine
with Photo Editor, and write them to the file system. Then in your
database only store the path to the pictures. If they are in standard
format (jpg, gif), pretty much any image control can display them.

-Tom.
Hallo,

ich habe mir im Access eine Bilddatenbank angelegt. Die Bilder sind alsOLE-Objekt (verbunden mit dem Photo Editor) in der Datenbank enthalten.Mit der Umstellung auf MS Office 2003 gibt es den Photo Editor nicht
mehr. Somit kann ich die Bilder nicht mehr in der Datenbank angezeigt
werden.

Gibt es eine Möglichkeit das OLE-Objekt umzuwandeln? Auch wenn ich demOLE-Objekt die Klasse einer anderen Anwendung zuweise, hat das keinen
Erfolg.
Viele Grüße
Falk


Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
7717
by: Keith Brown | last post by:
I have an application that allows embedded storage of ANY chosen file in an OLE field. The file could have been dragged-and-dropped into the field or it might have been selected and imported programmatically using the common file dialog. Regardless, I need to determine the filetype/extension of each of these files already stored in my OLE fields and display it for the user. Double-clicking the raw OLE field or using the .Verb =...
3
41787
by: sandycat05 | last post by:
Hello all, I am a new Perl programmer. Below is the beginnings of a code that I am using to manipulate an Excel spreadsheet via Perl using win32::OLE. However, what I'd like to do is the following: instead of either opening a file or creating a new one, I'd like to do BOTH. I was thinking of creating a loop where I could basically say something like: if $excelfile exists, then open $excelfile, otherwise, create a new workbook named...
4
8565
by: Terry Diederich | last post by:
I have a client with a VB6 application that uses the OLE Control to display PowerPoint slides. The PowerPoint slides are saved in a column in the database (Oracle). The problem is that the OLE Control seems to be putting a wrapper around the PowerPoint file so what is actually saved to the database is not just a PowerPoint file, but a PowerPoint file and the OLE wrappers. I am going to convert this application to .NET. I know I could...
3
2128
by: Robin Tucker | last post by:
It seems that all of the interfaces, such as IDataObject etc. from basic OLE are no longer supported in .NET, although they are implemented (differently). I have an OLE object type and am having to make lots of detours and compromises (and, to be frank, hacks) to get my .NET code to work with it. For example, because I can't get an IDataObject interface from my basic OLE object (even though it implements IDataObject), I'm having to write...
0
1917
by: Robin Tucker | last post by:
At the moment I have place-holders in my Word document (before you say it, yes I've posted this query in the VBA newsgroups but they are a little slow - in fact reply was non-existent!). I'm running through the document, finding the placeholders (which are jpeg images) and replacing them with OLE objects, the location of which is stored in a hyperlink on the image. The reason I'm doing this is because my reporting package flattens OLE...
1
4757
by: Crazy Cat | last post by:
Hi, I created a linked server for MS SQL Server 2005 Express to an Oracle database using the OLE DB Provider for ODBC. My ODBC Source uses the Microsoft ODBC for Oracle driver. I'm using the OLE DB Provider for ODBC instead of the Oracle OLE DB providers because those don't handle Oracle's Numeric Data Type well. When I set this up yesterday it worked fine. However I log in today and attempt to run sp_tables_exec against my linked...
2
9950
by: Crazy Cat | last post by:
Hi all, I am having trouble getting linked Oracle 9 server in MS SQL Server 2005 Express to work properly. My machine is running Windows XP. The Microsoft and Oracle OLE DB Providers have problems dealing with Oracle's Numeric Data Type, so I decided to use Microsoft's OLE DB for ODBC Provider and an Oracle ODBC source. When using the Microsoft ODBC for Oracle Driver in my ODBC source I have inconsistent behavior. Sometimes my queries...
8
36574
by: rssd | last post by:
can somebody help me. I'm trying to read some excel files but i'm always getting this error No type library matching "Microsoft Excel" found at D:\Genes_datasets\exp.pl line 4 Win32::OLE(0.16): GetOleTypeLibObject() Not a Win32::OLE::TypeLib object at C:/Perl/site/lib/Win32/OLE/Const.pm line 45. Died at D:\Genes_datasets\exp.pl line 6. i don't ve microsoft excel but open office installed, i think that could be a problem. But these...
1
4520
by: user1357 | last post by:
Hi all, i am trying to run the following code use strict; use Win32::OLE qw(in with); use Win32::OLE::Const 'Microsoft Excel';
0
1196
by: arunply | last post by:
Hi, I am using VB application as OLE Client (VB form with ole container) and OLE server (out-process - exe) as VC++ ATL (exe) application. OLE server is REGCLS_SINGLEUSE. For each OLE client, OLE server instacne is getting launched and client requests are working fine. The problem is, after sometime (sporadic) second OLE server getting launched. What i am expecting is once the OLE Server is instantiated for OLE client, it should be there...
0
8984
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9363
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9312
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9238
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8237
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4593
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2775
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2206
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.