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.
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
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.