Query Memo Field in MS Access2010 from PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
saifphp
Forum Newbie
Posts: 6
Joined: Tue Jul 26, 2011 4:55 am

Query Memo Field in MS Access2010 from PHP

Post by saifphp »

Hi,

I am using ms access2010 as database with php5.3.6 in iis7. I am facing new problem with a simple query like -

$sqlStr="Select proj_location, proj_map, proj_map_url from Project_List where Project_Id=".$arrParam[0]."";
return $sqlStr;
break;

The query is returning nothing where the memo field is containing not more than 255 characters. But I can access memo field data writing query in access sqleditor with the same query.

Can anybody tell me please whats the problem with this query?



Thanks in advance for your cooperation.
Post Reply