1. Reading "OLE Object" field from MS Access? coderanch.com |
2. Save ImageIcon Object as OLE - Object in MS Access coderanch.com |
3. how to open Ms Access OLE object in JAVA? dbforums.comI am doing a project using MS Access DB. And I store the picture(.jpg) and audio(.wav) in OLE data type. But I find that I cannot open it in JDBC. What JAVA data type I should use to store it from ResultSet? I use BLOB object to store it, but I find that the codes stop running there. Blob b = ... |
4. Work with MS Access 'OLE Objects' forums.oracle.comIn my database I have 'Friend_name' and 'Photo'. 'Friend_name' is text type data and 'Photo' is jpg image (OLE Object type). In my java program I want to get that jpg image to a label and view it. How can I do this??? What is the SQL statement to get the OLE Object?? |