<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MySQL</title><link>http://forums.asp.net/56.aspx</link><description>Discuss using MySQL as a data store for ASP.NET.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: connecting mySQL with Visual Web Developer 2005</title><link>http://forums.asp.net/thread/2576153.aspx</link><pubDate>Sat, 23 Aug 2008 13:53:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2576153</guid><dc:creator>ac.</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2576153.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=56&amp;PostID=2576153</wfw:commentRss><description>&lt;p&gt;Thanks a lot GOggy.. I&amp;#39;ve been researching online and found this &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;http:&lt;span class="cmt"&gt;//www.15seconds.com/issue/050210.htm&lt;/span&gt;
http:&lt;span class="cmt"&gt;//www.codeproject.com/KB/database/MySQLCsharp.aspx&lt;/span&gt;&lt;/pre&gt;&amp;nbsp;&lt;p&gt;I think this solves my problem (haven&amp;#39;t tried it though.. still busy with my exams)&lt;br /&gt;&lt;br /&gt;thank anyway..&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;More power,&lt;br /&gt;Ac&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: connecting mySQL with Visual Web Developer 2005</title><link>http://forums.asp.net/thread/2576060.aspx</link><pubDate>Sat, 23 Aug 2008 11:37:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2576060</guid><dc:creator>ac.</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2576060.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=56&amp;PostID=2576060</wfw:commentRss><description>&lt;p&gt;Thanks, I already added a reference to MySQL.Data.dll.&lt;/p&gt;&lt;p&gt;But what I mean is, when I go to database explorer, and add data connections, I can&amp;#39;t find the MySQL data source.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I created a table in MySQL and I also have no idea how to point my website to use that table.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: connecting mySQL with Visual Web Developer 2005</title><link>http://forums.asp.net/thread/2574568.aspx</link><pubDate>Fri, 22 Aug 2008 13:23:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2574568</guid><dc:creator>G0ggy</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2574568.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=56&amp;PostID=2574568</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Assuming you have installed the .NET class connector for MySQL, you need to add the reference (Website - Add Reference) then you can use the MySQL classes in your page by using the class declaration which was in my previous post.&lt;/p&gt;&lt;p&gt;MySQL website includes a vast help section on the MySQL connector. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: connecting mySQL with Visual Web Developer 2005</title><link>http://forums.asp.net/thread/2574244.aspx</link><pubDate>Fri, 22 Aug 2008 11:35:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2574244</guid><dc:creator>ac.</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2574244.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=56&amp;PostID=2574244</wfw:commentRss><description>G0ggy tnx for the reply.

I don&amp;#39;t know how to do it..
how do I reference the said library?</description></item><item><title>Re: connecting mySQL with Visual Web Developer 2005</title><link>http://forums.asp.net/thread/2571423.aspx</link><pubDate>Thu, 21 Aug 2008 11:11:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2571423</guid><dc:creator>G0ggy</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2571423.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=56&amp;PostID=2571423</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Have you referenced the class library?&lt;/p&gt;&lt;pre class="programlisting"&gt;Imports MySql.Data.MySqlClient&lt;br /&gt;&lt;/pre&gt;</description></item><item><title>connecting mySQL with Visual Web Developer 2005</title><link>http://forums.asp.net/thread/2571391.aspx</link><pubDate>Thu, 21 Aug 2008 10:59:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2571391</guid><dc:creator>ac.</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2571391.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=56&amp;PostID=2571391</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anybody tell my how to exactly do it?&lt;/p&gt;&lt;p&gt;&amp;nbsp;I downloaded the connector but, I cant see it on the add new connections..&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m using vista and 2005 express edition of the Visual Web Developer.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p&gt;Ac &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>