massoud Posted June 21, 2011 Share Posted June 21, 2011 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 Quote Link to comment https://forums.phpfreaks.com/topic/239985-ms-access-reading-a-memo-field-problem/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.