<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[GMan's Mods & Stuff — Blobs :S]]></title>
	<link rel="self" href="https://gprogs.com/extern.php?action=feed&amp;tid=54&amp;type=atom" />
	<updated>2006-03-07T18:20:46Z</updated>
	<generator>PunBB</generator>
	<id>https://gprogs.com/viewtopic.php?id=54</id>
		<entry>
			<title type="html"><![CDATA[Re: Blobs :S]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=264#p264" />
			<content type="html"><![CDATA[<p>yes try it as a string wrapped in single quotes.&nbsp; before you add it into your SQL, do the escapeString method on it.</p>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2006-03-07T18:20:46Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=264#p264</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blobs :S]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=258#p258" />
			<content type="html"><![CDATA[<p>so do as a string?</p>]]></content>
			<author>
				<name><![CDATA[gavinb]]></name>
				<uri>https://gprogs.com/profile.php?id=24</uri>
			</author>
			<updated>2006-03-03T08:45:04Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=258#p258</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blobs :S]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=257#p257" />
			<content type="html"><![CDATA[<p>k.&nbsp; try this...&nbsp; there is already a method called escapeString().&nbsp; you need to pass in your binary info to this before you add it into your SQL statement.&nbsp; this should safely escape any characters that would cause your query to break.&nbsp; then simply build your SQL statement to include the escaped blob data and execute.</p>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2006-03-03T02:58:54Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=257#p257</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blobs :S]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=253#p253" />
			<content type="html"><![CDATA[<p>thanks dude, it&#039;ll save me having to use PHP or ftp <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[gavinb]]></name>
				<uri>https://gprogs.com/profile.php?id=24</uri>
			</author>
			<updated>2006-03-01T14:34:43Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=253#p253</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Blobs :S]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=252#p252" />
			<content type="html"><![CDATA[<p>will try to look into this tonight.</p>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2006-03-01T14:07:06Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=252#p252</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Blobs :S]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=251#p251" />
			<content type="html"><![CDATA[<p>Hey GMan, just wonder <img src="https://gprogs.com/img/smilies/wink.png" width="15" height="15" alt="wink" /> i know its cheeky but i&#039;m kinda desperate, in the mysql u have ways of getting int val&#039;s double, long etc, but no way of getting blob data? is this something u could impletement?</p><p>a blob is a binary object (i.e used for storing images) and shouldnnt be too hard for u to do </p><p>well thanks</p>]]></content>
			<author>
				<name><![CDATA[gavinb]]></name>
				<uri>https://gprogs.com/profile.php?id=24</uri>
			</author>
			<updated>2006-03-01T10:08:48Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=251#p251</id>
		</entry>
</feed>
