Page 1 of 1

Query Memo Field in MS Access2010 from PHP

Posted: Mon Jan 23, 2012 9:50 pm
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.