Hi All.<br>I am just working thru converting a D2007 app to D2010.<br>Its taken me most of the moring to get updated controls, install them, convert strings etc.etc. but this one has stumpted me.<br><br>I am inserting some data into a blob field in Interbase like so (or similar)<br>
<br>IBQuery1.ParamByName(&#39;blobby&#39;).AsBlob := &#39;This is the data to go into the blob field&#39;;<br><br>Now interesingly enough, this works fine In D7 and D2007, but D2010 says  [DCC Error] untWebEPortal.pas(2223): E2010 Incompatible types: &#39;TBytes&#39; and &#39;string&#39;<br>
<br>I guess I now have to do something else, can someone point me in the right direction?<br><br>Jeremy<br>