Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Memo field


Message #1 by andrew@s... on Wed, 17 Apr 2002 21:21:37
For some reason, I cannot seem to populate or read memo fields from asp.  
When I write to the tables, I get an error, and when I read (after 
manually filling in the memo fields) the memo fields are blank.  This 
particular table emulates a form and has multiple memo fields.

Thanks in advance for any help,

Andrew
Message #2 by "Ken Schaefer" <ken@a...> on Fri, 19 Apr 2002 12:44:42 +1000
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <andrew@s...>
Subject: [access_asp] Memo field


: For some reason, I cannot seem to populate or read memo fields from asp.
: When I write to the tables, I get an error, and when I read (after
: manually filling in the memo fields) the memo fields are blank.  This
: particular table emulates a form and has multiple memo fields.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q175239
and
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q200124

Cheers
Ken

Message #3 by andrew@s... on Fri, 19 Apr 2002 17:23:16
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <andrew@s...>
Subject: [access_asp] Memo field


: For some reason, I cannot seem to populate or read memo fields from asp.
: When I write to the tables, I get an error, and when I read (after
: manually filling in the memo fields) the memo fields are blank.  This
: particular table emulates a form and has multiple memo fields.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q175239
and
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q200124

Cheers
Ken

Thanks.  I tried the article which recommends putting the memo field as 
the last field in the SQL query, but it did not work.  I also could not 
get the GetChunk method to work.
Message #4 by "Ken Schaefer" <ken@a...> on Mon, 22 Apr 2002 10:44:22 +1000
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <andrew@s...>
Subject: [access_asp] Re: Memo field


: : For some reason, I cannot seem to populate or read memo fields from asp.
: : When I write to the tables, I get an error, and when I read (after
: : manually filling in the memo fields) the memo fields are blank.  This
: : particular table emulates a form and has multiple memo fields.
:
:
: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q175239
: and
: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q200124
:
: Cheers
: Ken
:
: Thanks.  I tried the article which recommends putting the memo field as
: the last field in the SQL query, but it did not work.  I also could not
: get the GetChunk method to work.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Is there a question?

Cheers
Ken


  Return to Index