+ Reply to Thread
Results 1 to 2 of 2

ADO-Unable to retrieve type "Memo" field from Access DB

  1. #1
    Registered User
    Join Date
    09-16-2005
    Location
    Bangalore, India
    Posts
    47

    ADO-Unable to retrieve type "Memo" field from Access DB

    Hi,

    I have a strange problem!!!

    Situation:
    • I have built a system with Excel front-end and Access DB as back-end (both Ver 2000)
    • I have an ADO connection to Access DB.
    • I build select queries from Excel VBA and try to get data.
    • I have three type "MEMO" fields in my DB.

    Problem:
    • When I use "SELECT (*)", I get the data to record set and then I dump it to another excel, It works great
    • Instead if I use, "SELECT TableName.Memo1", then I get jumbled data and looks like some chinese font or character
    • If I change the type from "MEMO" to "TEXT", it works fine. But, if "select*" is working fine with "memo", why not this?

    Any suggestion is greatly appreciated...

    Thanks,
    Thanks,
    Baapi

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967
    Try Select To_char(TableName.Memo1)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1