<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MySQL Connector/Net 5.0.6 has been released.</title>
	<atom:link href="http://www.reggieburnett.com/mysql-connectornet-5-0-6-has-been-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reggieburnett.com/mysql-connectornet-5-0-6-has-been-released/</link>
	<description>Musings on life and technology</description>
	<lastBuildDate>Wed, 28 Sep 2011 05:44:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: jason</title>
		<link>http://www.reggieburnett.com/mysql-connectornet-5-0-6-has-been-released/#comment-428</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 29 May 2007 06:07:39 +0000</pubDate>
		<guid isPermaLink="false">/post/MySQL-ConnectorNet-506-has-been-released.aspx#comment-428</guid>
		<description>Jason&lt;br /&gt;&lt;br /&gt;Did you find a fix for your system.bye[] problem?&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Jason.</description>
		<content:encoded><![CDATA[<p>Jason</p>
<p>Did you find a fix for your system.bye[] problem?</p>
<p>Regards</p>
<p>Jason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.reggieburnett.com/mysql-connectornet-5-0-6-has-been-released/#comment-427</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 27 Mar 2007 13:47:23 +0000</pubDate>
		<guid isPermaLink="false">/post/MySQL-ConnectorNet-506-has-been-released.aspx#comment-427</guid>
		<description>hi reggie - &lt;br /&gt;&lt;br /&gt;just came across this site in search of a fix for a problem I&#039;m having with the new mysql.data.dll for vs2005.  two days ago I purchased a new machine and loaded vs2005 on it and converted my previous project, which was built in vs2003.  I quickly realized I had to get a new mysql.data.dll for 2.0, so I downloaded and implemented it.  luckily, everything has gone smoothly for the customer side of the site.  However, I have some queries on the backend that aren&#039;t functioning correctly anymore where they used to work fine.  For instance, I have a dropdown menu that used to display a list of products for me to choose from, and it would display them in the format &quot;[productid] &#124; [productname]&quot; where &quot;productid&quot; is an integer in my mysql database and &quot;productname&quot; is text.  The actual query is: &lt;br /&gt;&lt;br /&gt;SELECT productid AS TheValue, CONCAT(productid, &#039; &#124; &#039;, name) AS TheText FROM tblProducts ORDER BY TheValue&lt;br /&gt;&lt;br /&gt;when I bind this to my dropdown menu, i receive a bunch of &quot;System.Byte[]&quot;s in place of &quot;TheText&quot;. TheValue returns correctly.  I experimented with this problem a bit and discovered that if I removed the &quot;productid&quot; from the CONCAT statement, everything returned as it should, minus, of course, the productid, which I need.  This query returns the correct response when entered directly into the database (phpmydamin). Apparently the mysql connector will not allow mixed types to be concatenated, for reasons unbeknownst to me.&lt;br /&gt;&lt;br /&gt;Do you have a solution for this? If so, I would be *much* obliged.  Please email me if you can. Thanks!&lt;br /&gt;&lt;br /&gt;Jason</description>
		<content:encoded><![CDATA[<p>hi reggie &#8211; </p>
<p>just came across this site in search of a fix for a problem I&#8217;m having with the new mysql.data.dll for vs2005.  two days ago I purchased a new machine and loaded vs2005 on it and converted my previous project, which was built in vs2003.  I quickly realized I had to get a new mysql.data.dll for 2.0, so I downloaded and implemented it.  luckily, everything has gone smoothly for the customer side of the site.  However, I have some queries on the backend that aren&#8217;t functioning correctly anymore where they used to work fine.  For instance, I have a dropdown menu that used to display a list of products for me to choose from, and it would display them in the format &amp;quot;[productid] | [productname]&amp;quot; where &amp;quot;productid&amp;quot; is an integer in my mysql database and &amp;quot;productname&amp;quot; is text.  The actual query is: </p>
<p>SELECT productid AS TheValue, CONCAT(productid, &#8216; | &#8216;, name) AS TheText FROM tblProducts ORDER BY TheValue</p>
<p>when I bind this to my dropdown menu, i receive a bunch of &amp;quot;System.Byte[]&amp;quot;s in place of &amp;quot;TheText&amp;quot;. TheValue returns correctly.  I experimented with this problem a bit and discovered that if I removed the &amp;quot;productid&amp;quot; from the CONCAT statement, everything returned as it should, minus, of course, the productid, which I need.  This query returns the correct response when entered directly into the database (phpmydamin). Apparently the mysql connector will not allow mixed types to be concatenated, for reasons unbeknownst to me.</p>
<p>Do you have a solution for this? If so, I would be *much* obliged.  Please email me if you can. Thanks!</p>
<p>Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>

