If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > how to retrieve memo field from msaccess using asp

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-04, 03:41
vidyasagar_100 vidyasagar_100 is offline
Registered User
 
Join Date: Feb 2004
Posts: 5
Thumbs up how to retrieve memo field from msaccess using asp

i cannot retrieve the data field from msaccess(datatype is memo) using asp but all other fileds using various data types are displaying
i change the memo datatype to text datatype its working fine.

but i want it to be in memo b'cause the contents are large

Anybody plz reply me quickly

Waiting...................

Last edited by vidyasagar_100; 02-27-04 at 04:43.
Reply With Quote
  #2 (permalink)  
Old 02-27-04, 11:20
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
I think that memo datatype in MS Access is the same as TEXT datatype in MSSQL. So you need to move the field with memo datatype to the last position in your SELECT clause. Click the following link to review the details.

Missing Values from specific fields
Reply With Quote
  #3 (permalink)  
Old 02-27-04, 23:18
vidyasagar_100 vidyasagar_100 is offline
Registered User
 
Join Date: Feb 2004
Posts: 5
Thumbs up

thank you for your help

but since the memo field is not working,but when i change the memo field to text field(text capacity is max 255) its working.

so ok,plz waiting for a another solution, i am also try from another side
Reply With Quote
  #4 (permalink)  
Old 02-28-04, 20:31
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
If you put the MEMO field at the last postion of your SELECT clause, it should be working.
Reply With Quote
  #5 (permalink)  
Old 03-01-04, 08:26
vidyasagar_100 vidyasagar_100 is offline
Registered User
 
Join Date: Feb 2004
Posts: 5
Thankyou Sir

Its working fine............
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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