Jeremy N.&#39;s idea of BytesOf() did the trick.<br><br>Thanks, Jeremy (C)<br><br><div class="gmail_quote">On Thu, Mar 4, 2010 at 3:22 PM, 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;">Ok cool  will take a look.<br>I have finish something, then I will see what happens.<br><font color="#888888"><br>
Jeremy</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Thu, Mar 4, 2010 at 3:08 PM, Edward Koryagin <span dir="ltr">&lt;<a href="mailto:ed_iv2001@yahoo.co.nz" target="_blank">ed_iv2001@yahoo.co.nz</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;">Can we do<br>
<br>
IBQuery1.ParamByName(&#39;blobby&#39;).Value := &#39;asdfdas&#39;;<br>
<br>
Edward Koryagin<br>
<br>
<br>
--- On Thu, 4/3/10, Jeremy North &lt;<a href="mailto:jeremy.north@gmail.com" target="_blank">jeremy.north@gmail.com</a>&gt; wrote:<br>
<br>
&gt; From: Jeremy North &lt;<a href="mailto:jeremy.north@gmail.com" target="_blank">jeremy.north@gmail.com</a>&gt;<br>
&gt; Subject: Re: [DUG] Interbase Blobs in Delphi 2010<br>
&gt; To: &quot;NZ Borland Developers Group - Delphi List&quot; &lt;<a href="mailto:delphi@delphi.org.nz" target="_blank">delphi@delphi.org.nz</a>&gt;<br>
&gt; Received: Thursday, 4 March, 2010, 3:00 PM<br>
<div><div></div><div>&gt; Use the new BytesOf functions in the<br>
&gt; SysUtils unit. TBytes is just an<br>
&gt; array of TByte.<br>
&gt;<br>
&gt; There is also a PlatformBytesOf function that you could<br>
&gt; use.<br>
&gt;<br>
&gt; You may also want to investigate the TEncoding class while<br>
&gt; you are at it.<br>
&gt;<br>
&gt; On Thu, Mar 4, 2010 at 11:08 AM, Jeremy Coulter &lt;<a href="mailto:jscoulter@gmail.com" target="_blank">jscoulter@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt; &gt; Hi All.<br>
&gt; &gt; I am just working thru converting a D2007 app to<br>
&gt; D2010.<br>
&gt; &gt; Its taken me most of the moring to get updated<br>
&gt; controls, install them,<br>
&gt; &gt; convert strings etc.etc. but this one has stumpted<br>
&gt; me.<br>
&gt; &gt;<br>
&gt; &gt; I am inserting some data into a blob field in<br>
&gt; Interbase like so (or similar)<br>
&gt; &gt;<br>
&gt; &gt; IBQuery1.ParamByName(&#39;blobby&#39;).AsBlob := &#39;This is the<br>
&gt; data to go into the<br>
&gt; &gt; blob field&#39;;<br>
&gt; &gt;<br>
&gt; &gt; Now interesingly enough, this works fine In D7 and<br>
&gt; D2007, but D2010 says<br>
&gt; &gt; [DCC Error] untWebEPortal.pas(2223): E2010<br>
&gt; Incompatible types: &#39;TBytes&#39; and<br>
&gt; &gt; &#39;string&#39;<br>
&gt; &gt;<br>
&gt; &gt; I guess I now have to do something else, can someone<br>
&gt; point me in the right<br>
&gt; &gt; direction?<br>
&gt; &gt;<br>
&gt; &gt; Jeremy<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; NZ Borland Developers Group - Delphi mailing list<br>
&gt; &gt; Post: <a href="mailto:delphi@delphi.org.nz" target="_blank">delphi@delphi.org.nz</a><br>
&gt; &gt; Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
&gt; &gt; Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz" target="_blank">delphi-request@delphi.org.nz</a><br>
&gt; with Subject:<br>
&gt; &gt; unsubscribe<br>
&gt; &gt;<br>
&gt; _______________________________________________<br>
&gt; NZ Borland Developers Group - Delphi mailing list<br>
&gt; Post: <a href="mailto:delphi@delphi.org.nz" target="_blank">delphi@delphi.org.nz</a><br>
&gt; Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
&gt; Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz" target="_blank">delphi-request@delphi.org.nz</a><br>
&gt; with Subject: unsubscribe<br>
&gt;<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@delphi.org.nz" target="_blank">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" target="_blank">delphi-request@delphi.org.nz</a> with Subject: unsubscribe<br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>