Results 1 to 5 of 5
  1. #1
    Join Date
    May 2012
    Posts
    2

    memo field problem

    Hello all.



    I'm writing because i don't know how to handle on a programmatic way a memo field.

    I have a mdb file with a few tables with columns but and one of them is a MEMO type column. Its description refers that it contains "a binary representation of a zip file containing an image". This should mean that the contents of this column is binary data and I would like to read it and to save this zip file to my hdd drive.

    Does any one have and idea on how to do it? Using DAO, VB Net or other language?

    Thanks in advance.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I have never heard of this. How did the data originally get stored in the field?

    Maybe these offer clue to solution
    http://support.microsoft.com/kb/225925
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Join Date
    May 2012
    Posts
    2
    Hi.

    Well, I think that the software developer used the appendChunk method from ADO.

    I believe that the proper way to get this would be something like using the getchunk method to extract the data, but i'm just guessing.

    I'm trying to do that, because i've neved used this method before.

    Thanks.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Beyond my experience. Hope the referenced links help.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    I haven't seen that done with a memo field. I have seen examples of storing images in OLE fields (I think it was acc2000 or 2003) . Here's a reference from M$oft.
    http://support.microsoft.com/kb/103257

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Memo Field
    By joekuhn in forum Access
    Replies: 2
    Last Post: 07-10-2011, 09:00 PM
  2. Memo field in a table
    By SFC in forum Access
    Replies: 2
    Last Post: 02-14-2011, 10:17 AM
  3. Memo Field
    By maintt in forum Forms
    Replies: 3
    Last Post: 08-24-2010, 07:39 AM
  4. Memo field ?
    By beast_b9 in forum Access
    Replies: 2
    Last Post: 05-26-2010, 08:09 AM
  5. MEMO field
    By casporov in forum Access
    Replies: 1
    Last Post: 11-11-2006, 08:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums