<?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>blog.arithm &#187; Database</title>
	<atom:link href="http://blog.arithm.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arithm.com</link>
	<description>Software.  Politics.  Tinfoil hat conjecture.</description>
	<lastBuildDate>Fri, 13 Jan 2012 19:00:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The MySQL extension (php_mysql.dll) won&#8217;t load after upgrading PHP</title>
		<link>http://blog.arithm.com/2008/01/04/the-mysql-extension-php_mysqldll-wont-load-after-upgrading-php/</link>
		<comments>http://blog.arithm.com/2008/01/04/the-mysql-extension-php_mysqldll-wont-load-after-upgrading-php/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 18:05:56 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Crash]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/2008/01/04/the-mysql-extension-php_mysqldll-wont-load-after-upgrading-php/</guid>
		<description><![CDATA[Ugh. As usual, more weird problems while trying to upgrade PHP on a Windows box. Are we having fun yet? If you find that the MySQL extension won&#8217;t load, then probably a previous PHP installer has placed a version of libmysql.dll somewhere else in your path. Look in c:\WINDOWS\system32\ The problem is almost certainly the [...]]]></description>
			<content:encoded><![CDATA[<p>Ugh.  As usual, more weird problems while trying to upgrade PHP on a Windows box.  Are we having fun yet?</p>
<p>If you find that the MySQL extension won&#8217;t load, then probably a previous PHP installer has placed a version of <code>libmysql.dll</code> somewhere else in your path.  Look in <code>c:\WINDOWS\system32\</code></p>
<p>The problem is almost certainly the reason for the following obscure comment</p>
<blockquote><p>Although copying libmysql.dll to the Windows system directory also works (because the system directory is by default in the system&#8217;s PATH), it&#8217;s not recommended.</p></blockquote>
<p>in the <a href="http://php.net/mysql">PHP MySQL documentation</a>.</p>
<p>Make sure your home PHP directory is in your path, and that its finding <code>libmysql.dll</code> there and only there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2008/01/04/the-mysql-extension-php_mysqldll-wont-load-after-upgrading-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TOAD versus DBVisuzalizer</title>
		<link>http://blog.arithm.com/2007/11/24/toad-versus-dbvisuzalizer/</link>
		<comments>http://blog.arithm.com/2007/11/24/toad-versus-dbvisuzalizer/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 17:19:21 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[database management]]></category>
		<category><![CDATA[dbvis]]></category>
		<category><![CDATA[dbvisualizer]]></category>
		<category><![CDATA[minq software]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[quest software]]></category>
		<category><![CDATA[toad]]></category>
		<category><![CDATA[tools for application developers]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/2007/11/24/toad-versus-dbvisuzalizer/</guid>
		<description><![CDATA[Earlier this year I began working with Microsoft SQL Server for the first time. Until now I&#8217;ve always been in open source databases, either MySQL or PostgreSQL. At the time I looked around for a SQL Server-specific tool that simplified the process of sorting through table data (basic column sorting, filtering and the like), since [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this year I began working with Microsoft SQL Server for the first time.  Until now I&#8217;ve always been in open source databases, either MySQL or PostgreSQL.</p>
<p>At the time I looked around for a SQL Server-specific tool that simplified the process of sorting through table data (basic column sorting, filtering and the like), since SQL Server Studio seemed to focus primarily on managing query results.  I tried a couple of tools like EMS&#8217; <a href="http://www.sqlmanager.net/">SQL Manager</a>, but nothing really stood out.  Nothing worth paying for at least.</p>
<p>In the end I went back to my old standby, Minq&#8217;s <a href="http://www.minq.se/products/dbvis/">DBVisualizer</a>, which I&#8217;ve been using on-and-off since it was released back in &#8217;99.  It&#8217;s extremely convenient to have all one&#8217;s working databases, no matter the server, accessible from a single DBVis interface.</p>
<p>Recently, however, an Oracler tipped me off to Quest Software&#8217;s <a href="http://www.toadsoft.com/">Tool for Application Developers (TOAD)</a>.  Somehow all my googling last spring didn&#8217;t turn this up.  Despite being a bit sluggish for a native Windows app, so far TOAD seems to be <em>considerably</em> more powerful the DBVis.  I&#8217;m just scratching the surface, but TOAD&#8217;s inline editing of data is certainly more transparent, and includes nifty little touches like a popup calculator for numeric fields, date selectors, etc.  The &#8220;group by column&#8221; feature is especially handy.  Searchable built-in knowledgebase is a godsend for folks jumping back and forth between databases.  The built-in session monitor is enlightening.</p>
<p>I&#8217;ll post more as I explore TOAD&#8217;s built in functionality, which seems to include a host of data differs, graph generation, and report designers.</p>
<p>I still wish I could view all my databases from a single dashboard &#8212; TOAD has different versions per database.  But if you&#8217;re working in Windows, and spend a lot of time sifting through and managing data, then I have to say that TOAD has DBVisualizer beat hands down.  Certainly worth the price of free.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2007/11/24/toad-versus-dbvisuzalizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

