|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Retrieving Ole Object
Hi,
I am developing an application in VB and using Access as the backend. I am storing images in the db as OleObject. I want to know how i can retrieve the image in the db, from the code, and what would be returned, whether an object is returned. Thank You |
|
#2
|
|||
|
|||
|
I think you can use:
Temp = GetObject(MyObj, "OleObject") Or something to that effect. Later, David Somers |
|
#3
|
|||
|
|||
|
Retrieving Ole Object
Thanks for the reply, you asked me to try this :
Temp = GetObject(MyObj, "OleObject") i would like to know, what would the variable MyObj contain, would it be the resultset? |
|
#4
|
|||
|
|||
|
It would be the image or path to the image.
Later, David Somers |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > Retrieving Ole Object |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|