memo field losing value

R

raj chahal

hi there

I'm displaying the contents of a mem field in access. Whenever I access this
field, the field loses the value on the 2nd attempt.

response.Write "Pro1 " & (Recordset1.Fields.Item("profile1").Value)
response.Write "Pro1 " & (Recordset1.Fields.Item("profile1").Value)

if I execute the above in asp I only manage to print the value of
'Recordset1.Fields.Item("profile1").Value' once.

Someone said it's to do with the fact I'm using a memo field..Any
explanations and workarounds pls.

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top