<?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>Computer Science Stuff &#187; odbc</title>
	<atom:link href="http://compscistuff.com/tag/odbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://compscistuff.com</link>
	<description>Dedicated to satisfying your computer needs</description>
	<lastBuildDate>Sat, 29 Oct 2011 23:37:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Connecting your code to a MySQL database using ODBC</title>
		<link>http://compscistuff.com/2008/11/connecting-your-code-to-a-mysql-database-using-odbc/</link>
		<comments>http://compscistuff.com/2008/11/connecting-your-code-to-a-mysql-database-using-odbc/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 03:07:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[odbc]]></category>

		<guid isPermaLink="false">http://compscistuff.com/?p=88</guid>
		<description><![CDATA[For people who want to set up a database on their computer in a windows environment you have come to the right place. The tools we need and what they are for: MySQL database  -  This is the database for storing all of your data GUI Tools – This allows you to view the status [...]]]></description>
			<content:encoded><![CDATA[<p>For people who want to set up a database on their computer in a windows environment you have come to the right place.<br />
<strong><br />
The tools we need and what they are for:</strong><br />
MySQL database  -  This is the database for storing all of your data<br />
GUI Tools – This allows you to view the status and information within your database.<br />
MySQL ODBC Driver – This allows your code to communicate with MySQL database. The code you send is translated in a way that MySQL database can understand. Choose the driver for the language you are going to use.  For the C++ code I use the regular ODBC driver and <a href="http://compscistuff.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2RvY3Mud3h3aWRnZXRzLm9yZy9zdGFibGUvd3hfb2RiY292ZXJ2aWV3Lmh0bWwjb2RiY292ZXJ2aWV3">wxwidgets library for ODBC database</a> to connect which was pretty easy after reading the tutorial.</p>
<p>1. First download the MySQL database, GUI Tools and the MySQL ODBC driver from <a href="http://compscistuff.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Rldi5teXNxbC5jb20vZG93bmxvYWRzLw==">http://dev.mysql.com/downloads/</a>.<br />
2. Install the MySQL database first and remember your root password with standard settings<br />
3. Next, install the GUI Tools so you will be able to view and manually modify your database with ease.<br />
4. Next, install the MySQL ODBC driver, after that you need to add the ODBC to your list.<br />
5. For Windows XP go to control panel -&gt; administrative tools -&gt; odbc<br />
6. For Windows Vista go to control panel -&gt; odbc</p>
<p><a href="http://compscistuff.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvbXBzY2lzdHVmZi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMDgvMTEvb2RiYzEuanBn"><img class="alignnone size-medium wp-image-187" title="odbc1" src="http://compscistuff.com/wp-content/uploads/2008/11/odbc1-300x210.jpg" alt="" width="300" height="210" /></a><br />
<a href="http://compscistuff.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvbXBzY2lzdHVmZi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMDgvMTEvb2RiYzIuanBn"><img class="alignnone size-medium wp-image-188" title="odbc2" src="http://compscistuff.com/wp-content/uploads/2008/11/odbc2-300x210.jpg" alt="" width="300" height="210" /></a></p>
<p>7.Under User DSN click add.. and go to the MySQL driver you have installed and click ok.<br />
8. Next check to see if you have connection properly<br />
9. Use a program to test the connection between your code and MySQL database.<br />
10. Now test it out by connecting your code to the database and you will be done. Depending on the language you use, they usually have a basic tutorial to allow you connect to the database.</p>
 <img src="http://compscistuff.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=88" width="1" height="1" style="display: none;" /><img src="http://compscistuff.com/?ak_action=api_record_view&id=88&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://compscistuff.com/2008/11/connecting-your-code-to-a-mysql-database-using-odbc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

