[thelist] MS Access to SQL Server: METAFILE Images

Rory.Plaire at wahchang.com Rory.Plaire at wahchang.com
Thu Sep 27 17:20:30 CDT 2001


|     Thanks for the tip. Unfortunately, the files must still be in a
| recognized file format, which according to all of my testing, 
| these are not.

OK James,

You're helping me to think creatively, here...

Maybe this: 

Get the OLE result from the recordset and assign it to another variable.

Then print out the Class property, like this:

Dim oOleObj

...
'Code where you get the data
...

Set oOleObj = rs.ImageField
Response.Write oOleObj.Class

What do you have to lose?

<rory disposition="sometimes, I wish it would just work" alt="8|"/>




More information about the thelist mailing list