Reply
MS Access (memo field) response.write returns null
Old 05-24-2004, 05:12 PM MS Access (memo field) response.write returns null
Junior Talker

Posts: 1
I am trying to dynamically insert a URL into a a href tag. Here's the tag:

<a href="<%=(rsListing.Fields.Item("Maplink").Value)% >" target="_blank"><%=(mapLinkText)%>

- The item "Maplink" is a memo field in the MS Access db
- The data is a URL in URLencoded format
- This will return a null value when the field is not empty
- I tryed to embed the whole <a href> tag into a different memo field (not just the URL) that was already outputting data (with the same settings as the Maplink field) and this worked.

If anyone is familier with this problem, please lend me your expertise. Thanks.
drdarby is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 05-31-2004, 04:48 AM
Average Talker

Posts: 16
Using ASP, create a page to post the results to and look at it closely before sending it to the database. This ensures there isn't a coding problem. Also try forcing it as string "CSTR" and also make sure the databse is Updating the record through the correct SQL/asp statements.
TopGun is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to MS Access (memo field) response.write returns null
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11542 seconds with 13 queries