answersLogoWhite

0

object linking and embedding

User Avatar

Enola Bergstrom

Lvl 10
3y ago

What else can I help you with?

Related Questions

What is an OLE object field?

what is an ole object fied


What field whose data type is can store an OLE object which is an object linked to or embedded in the table?

OLE Object


What is an OLE object?

object linking and embedding


What is an object field?

what is an ole object fied


What are the full form of OLE?

OLE is Object Linking and Embedding.:)


What is the full form of ole in vb?

Object linking and embedding (ole)


You can use the OLE Object data type or the Attachment data type to store a picture?

Use OLE object. That is how mine works :)


What does OLE stand for?

Object Linking and Embedding


A field who has data type that can store an OLE object which is an object linked to or embedded in the table?

The field in the database can store OLE (Object Linking and Embedding) objects, which are either linked to or embedded within the table. This allows users to insert objects like images, videos, or documents directly into the database field. OLE objects enable the database to manage and display these objects within the table.


What does ole db stands for?

object linking and embedding in data base


What does the acronym OLE stand for pertaining to a spreadsheet?

Object Linking and Embedding.


What is OLE Automation in vb?

OLE, pronounced olé (oh-leh), is an abbreviation of Object Linking and Embedding, a means of placing one object inside another, such that the embedded object remains independent of the object into which it is embedded. As a simple example, when you insert one image inside another, the two images become merged and there's no way to separate them other than by going back to the original sources. With OLE, the two images remain independent of each other and can therefore be edited independently of each other. Essentially, one image acts as the OLE container for the embedded image. There are two ways to use OLE: by copying the source object or by linking to the source object. If you make a copy, the source and the copy are independent of each other but the copy is also independent of its container. By linking to the source, there is only one instance of the object. Thus whether you edit the source or the embedded object, you are editing the same object. The container and the object are linked. OLE was originally intended to provide a means of creating compound documents, such as inserting a spreadsheet into a word processing document, or a graph into a slideshow, such that the objects could be still be edited in the applications that created them as well as allowing the compound documents to automatically update themselves whenever the sources were updated. However, the technology was extended such that any object could enable OLE and thus be embedded in any container that supported OLE. ActiveX became an extension of OLE, both of which are part of COM, the Component Object Model.