Ask a Question related to ASP Database, Design and Development.
-
Aaron Bertrand - MVP #1
Re: Memo Field vs. OLE Obj
> is there any appreciable difference between using a field
If it's just TEXT, use Memo (or better yet, store the RTF file in the file> of type Memo or an OLE object (say, an .rtf file)?
system). Storing an OLE object requires much more overhead, and wastes
valuable space inside the database -- which is much cheaper and faster on
the file system.
Aaron Bertrand - MVP Guest
-
Memo Field with Access
Hopefully someone can help me with this. I have a memo field in Access, I type for example into the text box on the webpage: (ignore the >) *... -
Detecting MEMO field
Hi all, i'd like to know if there is some way to detect whether a field is of type MEMO (i'm using MS Access) so to behave accordingly placing a... -
memo -field-urgent
hi .. i am using memo field in a field which has to take long data. when i do the insert its now givng me error: Error Type: Microsoft OLE DB... -
Working with a Memo Field
Here is what I am trying to do filecont = objRS("contents") filecont = replace(filecont,vbLF,",") if i use the objRS instead of the filecont... -
Memo field behavior
Hello, In one application I can hit ctrl enter and get a new paragraph and in the second application I cannot. Both are memo fields. The only... -
MDW #2
Re: Memo Field vs. OLE Obj
Actually, I don't have all that much control on the server
file system as it is. And yes, it is just text. Thanks for
the input.
field>-----Original Message----->> is there any appreciable difference between using afile in the file>>> of type Memo or an OLE object (say, an .rtf file)?
>If it's just TEXT, use Memo (or better yet, store the RTFoverhead, and wastes>system). Storing an OLE object requires much morecheaper and faster on>valuable space inside the database -- which is much>the file system.
>
>
>.
>MDW Guest



Reply With Quote

