<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SnapJag Creative Designs &#187; MySQL</title>
	<atom:link href="http://www.snapjag.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snapjag.com</link>
	<description>Best team of specialists in programming, hosting, photography, and creative system designs.</description>
	<lastBuildDate>Thu, 05 Aug 2010 20:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Oracle buys Sun Microsystems</title>
		<link>http://www.snapjag.com/2009/04/oracle-buys-sun-microsystems/</link>
		<comments>http://www.snapjag.com/2009/04/oracle-buys-sun-microsystems/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 19:36:39 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sun Micrososystems]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=438</guid>
		<description><![CDATA[It was revealed today that Oracle will buy Sun Microsystems. The deal is expected to close in the summer. It has come as a joyous moment for the board, directors and all involved with the latest acquisition fiascos. While IBM was interested in buying, they bailed out. Maybe because it was too costly in comparison [...]]]></description>
			<content:encoded><![CDATA[<p>It was revealed today that <a href="http://blogs.techrepublic.com.com/hiner/?p=1506" target="_blank">Oracle will buy Sun Microsystems</a>. The deal is expected to close in the summer. It has come as a joyous moment for the board, directors and all involved with the latest acquisition fiascos.<span id="more-438"></span></p>
<p>While IBM was interested in buying, they bailed out. Maybe because it was too costly in comparison to all the hoops IBM would have to go through. Being a hardware builder and integrator IBM would be required to pass through a ton of red tape to acquire Sun. Whereas with Oracle, who is more of a software builder and integrator has now acquired a new hardware endeavor and won&#8217;t have to cut through as much red tape.</p>
<p>When puzzles fit, and all the pieces are down, found and integrate, the reward is always a breath of fresh air. Executives and architects can get on with life &#8211; fixing things and getting on with business; and where sometimes a heated debate and heated acquisition can cause ire and bad feelings for years. That may be the best thing going for this deal.</p>
<p>As a database architect, I am most interested in the Oracle-MySQL debate. I&#8217;m all for the fact that Oracle can now narrow the focus of hardware-software integrations and make data centers more compatible and thus more stable from top to bottom. I am more worried about the possibilities of killing MySQL.</p>
<p>My interests for years have naturally fallen on Microsoft SQL Server becuase of the low-cost of ownership and the great amounts of opportunities in the database field to help business. I like the Oracle is a very mature software platform and has a tremendous amount of support in backing and technical allegiences. It&#8217;s very robust and capable. Just very costly. Then comes MySQL. I love the fact that it&#8217;s free. It has offered so many possibilities for small businesses and integrating a decent backend for applications and startups that it&#8217;s a great platform with some tremendous capabilities.</p>
<p>In hindsite, is the integration of transactions, logging, improved security, and clustering a little to late? Could this acquisition kill MySQL. As individual organizations (Oracle vs. Sun/MySQL) work on their independent database technologies, a healthy competition breeds momentum, creativity, and drive for improvement.</p>
<p>How will this stir the pot in kitchen? Does MySQL stand a chance as a spice in the rack of a restaurant like Oracle?</p>
<p>I will look forward to Oracle&#8217;s comments in the next few weeks about their plans with MySQL. Destroy or enhance?</p>
<p>I love the potential of MySQL and how it helps so many LAMP environments. The upcoming years will be interesting in the database world because of this acquisition, what will we see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2009/04/oracle-buys-sun-microsystems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET and MySQL</title>
		<link>http://www.snapjag.com/2008/09/net-and-mysql/</link>
		<comments>http://www.snapjag.com/2008/09/net-and-mysql/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 02:15:15 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=427</guid>
		<description><![CDATA[Searching for a document that helps to connect a .NET web application with MySQL is hard to find. So, I thought I would provide instructions I put together while developing my own applications. The .NET infrastructure is very flexible and is easier to use than people think. Here are the steps that I went through [...]]]></description>
			<content:encoded><![CDATA[<p>Searching for a document that helps to connect a .NET web application with MySQL is hard to find. So, I thought I would provide instructions I put together while developing my own applications.</p>
<p>The .NET infrastructure is very flexible and is easier to use than people think. Here are the steps that I went through to get everything working and connected. Because I program in C# this tutorial is presented in that language. This is an outline of the process and steps to accomplish this tutorial. It helps to keep the ideas in check and that there are no missing subjects.</p>
<ol>
<li>Install <a href="http://dev.mysql.com/downloads/mysql/5.0.html#downloads" target="_blank">MySQL v5.0</a></li>
<li>Install Visual Studio (use the <a href="http://www.microsoft.com/express/download/" target="_blank">express editions</a> if you don&#8217;t have full versions)</li>
<li>Install the <a href="http://dev.mysql.com/downloads/connector/net/5.2.html" target="_blank">MySQL 5.0 .NET Data Connector v5.2</a> (for example mysql-connector-net-5.2.1.zip) or <a href="http://dev.mysql.com/downloads/connector/" target="_blank">other connector</a> of your programming choice.</li>
<li>Start building a database
<ol>
<li>A nice application to use is <a href="http://www.modelright.com/downloads.aspx" target="_blank">ModelRight 3 community edition</a></li>
<li>Create two tables and add some fields and join one of the tables to the other in a parent-child relationship</li>
<li>Generate (engineer) the database to MySQL</li>
</ol>
</li>
<li>Open Visual Studio</li>
<li>Go to the Server Explorer, right-click on Data Connections</li>
<li>Click Add Connection</li>
<li>Change the datasource to MySQL Database and make sure the Data provider is <em>.NET Framerwork Data Provider for MySQL</em> and click OK</li>
<li>Login to the server with the following:
<ol>
<li>Server name: localhost</li>
<li>User name: root</li>
<li>Password: the initial password you gave when setting up MySQL</li>
<li>Database name: This is the name of the database you will attach to. It&#8217;s possible you haven&#8217;t set one up yet, see the Building a MySQL Database below.</li>
</ol>
</li>
<li>Create a website application using Visual Studio (File | New | Website)</li>
<li>Pick ASP.NET Web Site (or ASP.NET AJAX-Enabled Web Site) if you have the <a href="http://go.microsoft.com/?linkid=7684736" target="_blank">.NET AJAX Toolkit</a> installed.</li>
<li>Add the connection string to Web.Config</li>
<li>Update App_Code data layer classes to use the schema of the database</li>
<li>Add an Object Data Connection to the web page with the following settings</li>
<li>Put a DataGridView on the screen and connect it to the Object Data Connection object with these settings</li>
<li>Run the application</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2008/09/net-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
