Sounds like a Unicode issue. The default string in D2010 is a unicode string. <br><br>Can you use:<br><br>IBQuery1.ParamByName(&#39;blobby&#39;).AsString := &#39;blah blah blah&#39;;<br><br>?<br><br>Colin<br><br><div class="gmail_quote">
On 4 March 2010 11:08, Jeremy Coulter <span dir="ltr">&lt;<a href="mailto:jscoulter@gmail.com">jscoulter@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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><font color="#888888"><br>Jeremy<br>
</font><br>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject: unsubscribe<br></blockquote></div><br>