Jump to content

ms-access reading a memo field problem


massoud

Recommended Posts

Hi every one.

I'm working on a PHP application using MS-Access database. I have a Text field (255 character long ) so the user enters comments. Since 255 characters is too short, I decided to change the field type to Memo .

Before doing this, the " <?=$row['note']?> " code printed out the text without any problem. However, when I changed the field to Memo , it prints nothing or sometimes some odd characters like @ ...

I'm using odbc_fetch_array to retrieve the data from my db.

I've checked the contents of the table and the data has been written in the table correctly.

 

Thanks for the help

Link to comment
https://forums.phpfreaks.com/topic/239985-ms-access-reading-a-memo-field-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.