问题
I've got an msaccess database which have been created in Access 2002. I only have access 2003 and 2008 in my computer. so I've converted the database into access 2003 format.
The problem I have is that I have a table named tblItms_F001
in the database with a column named stemtext
which is in memo datatype.
I just want to be able to read the text inside that column in every row. (have around 150 rows only).
Moreover I don't know VB and haven't used access before as database. I've used C#, Java and mssql and oracle.
Please let me know how can I just be able to read that text. When I try to open the table in access datasheet view it shows the column with weird text into it. For example following text appears in the first row's column data:
%,9m$>m,#m#9$94m
回答1:
A memo
field can contain any binary data, so it depends what the field represents. Is it just being used for very large text fields?
回答2:
Jay,
The most likely possibility for the content in your memo field (based on the short bit of text you provided) is that it is an Adobe PDF file.
来源:https://stackoverflow.com/questions/1112954/convert-memo-to-text