<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SqlDiffFramework-A Visual Differencing Engine for Dissimilar Data Sources</title><link>http://sqldiffframework.codeplex.com/project/feeds/rss</link><description>Unique in database comparison, SDF lets you compare live data--or saved snapshots--from any combination of SQL Server, Oracle, MySql, or ODBC data sources &amp;#40;Access, Excel, CSV files, etc.&amp;#41;. Compare like-named or dissimilar tables or fields--now you can compare apples to oranges&amp;#33;</description><item><title>Source code checked in, #82e824b55a10</title><link>http://sqldiffframework.codeplex.com/SourceControl/changeset/changes/82e824b55a10</link><description>Adding source for external libraries as a supplemental, zipped package.</description><author>msorens</author><pubDate>Sun, 24 Feb 2013 00:20:15 GMT</pubDate><guid isPermaLink="false">Source code checked in, #82e824b55a10 20130224122015A</guid></item><item><title>Source code checked in, #9edc34a6622d</title><link>http://sqldiffframework.codeplex.com/SourceControl/changeset/changes/9edc34a6622d</link><description>Bumped version number to 1.0.4.0&amp;#59; this is an initial checkin for the next version.&amp;#61;&amp;#59; it is &amp;#42;not&amp;#42; intended as a completed release.</description><author>msorens</author><pubDate>Mon, 18 Feb 2013 00:01:40 GMT</pubDate><guid isPermaLink="false">Source code checked in, #9edc34a6622d 20130218120140A</guid></item><item><title>Source code checked in, #eecd93502b9f</title><link>http://sqldiffframework.codeplex.com/SourceControl/changeset/changes/eecd93502b9f</link><description>Part of r20, updated project file with library rename &amp;#40;Diff.dll to TaubererDiffEngine.dll&amp;#41;.</description><author>msorens</author><pubDate>Mon, 18 Feb 2013 00:01:22 GMT</pubDate><guid isPermaLink="false">Source code checked in, #eecd93502b9f 20130218120122A</guid></item><item><title>Source code checked in, #836ba7bb900d</title><link>http://sqldiffframework.codeplex.com/SourceControl/changeset/changes/836ba7bb900d</link><description>Update SqlDiffFramework to use latest version of InnoSetup.&amp;#10;Removed spaces from SqlDiffFramework installation file name, per Tucows restriction.</description><author>msorens</author><pubDate>Sun, 17 Feb 2013 23:59:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #836ba7bb900d 20130217115934P</guid></item><item><title>Source code checked in, #ae0cafbe0f5a</title><link>http://sqldiffframework.codeplex.com/SourceControl/changeset/changes/ae0cafbe0f5a</link><description>Update SqlDiffFramework with CleanCode libraries including a couple minor bug fixes.</description><author>msorens</author><pubDate>Sun, 17 Feb 2013 23:58:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #ae0cafbe0f5a 20130217115830P</guid></item><item><title>Source code checked in, #076fe7cf460f</title><link>http://sqldiffframework.codeplex.com/SourceControl/changeset/changes/076fe7cf460f</link><description>Update SqlDiffFramework with external libraries recompiled consistently to 3.5 framework &amp;#40;some were still at 2.0&amp;#41;, including a renamed of Diff.dll to TaubererDiffEngine.dll.</description><author>msorens</author><pubDate>Sun, 17 Feb 2013 23:57:59 GMT</pubDate><guid isPermaLink="false">Source code checked in, #076fe7cf460f 20130217115759P</guid></item><item><title>New Post: .Net Framework 4.5</title><link>http://sqldiffframework.codeplex.com/discussions/406137</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thank you for your kind words. It is always nice to hear when my community efforts provide a benefit to someone!&lt;/p&gt;
&lt;p&gt;~~Michael&lt;/p&gt;
&lt;/div&gt;</description><author>msorens</author><pubDate>Wed, 12 Dec 2012 20:28:31 GMT</pubDate><guid isPermaLink="false">New Post: .Net Framework 4.5 20121212082831P</guid></item><item><title>New Post: .Net Framework 4.5</title><link>http://sqldiffframework.codeplex.com/discussions/406137</link><description>&lt;div style="line-height: normal;"&gt;&lt;img src="cid:image001.gif@01CDD777.81621020" width="0" height="0" style="width:0; height:0"&gt;
&lt;div&gt;
&lt;p&gt;Mr. Sorens:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Excuse the delay in my reply to your welcomed response to my post. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me say that after my post I spent several more hours immersed in your guide and trialing and “erroring” your program. I now must admit my problem was more my not having used SQL in a decade and trying to get your program to do more for which it was intended.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I researched building code violations as pertains organization I volunteer. So I came up with Excel list of around a hundred. A month later I ran the same research. I was looking for a freeware program that would compare Excel files and point out the particular
 gained or lost violations. I eventually achieved this with your SqlDiffFramework by narrowing comparison to violation number column, solely. Unfortunately, I do not know how to get it to send to a separate file the changes in violations over the time period
 (old versus new files)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I note that I found that MS Access has a Query Wizard that appears to do what I want and I include SQLview sample below:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;SELECT 120812VioID&lt;/p&gt;
&lt;p&gt;FROM vios120812 &lt;/p&gt;
&lt;p&gt;LEFT JOIN OLDvios ON vios120812.[VioID] = OLDvios.[VioID]&lt;/p&gt;
&lt;p&gt;WHERE (((OLDvios.VioID) Is Null));&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This outputs a usable table of “new” violations with associated, identifying building information that did not exist in old research that need to be addressed (deficiencies to be fixed or removed by maintenance crew work order).
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am now thinking, thanks to you and your program to actually learn how to get the research onto SQL server so that I can run query both directions to give me the accurate list of violation changes I seek.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Allow me to note your program is a FINE piece of compact programming!! Thank you very much for your effort and gracious altruism for placing it in the public domain. More astounding is your reply and concern!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I certainly have been improved and better directed by your software gift and just want you to know how it helped me, personally.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Yours respectfully,&lt;/p&gt;
&lt;p&gt;Bruce&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>pbsviewer13</author><pubDate>Tue, 11 Dec 2012 13:36:15 GMT</pubDate><guid isPermaLink="false">New Post: .Net Framework 4.5 20121211013615P</guid></item><item><title>New Post: .Net Framework 4.5</title><link>http://sqldiffframework.codeplex.com/discussions/406137</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;1. &lt;strong&gt;Upgrade to 4.5?&lt;/strong&gt; I purposely lag behind the current framework version when I release a product because the bulk of users may not yet have the latest version, and I don't want to put the impediment of having to install a new framework in
 the way of using SqlDiffFramework. Hence the fairly recent upgrade to 3.5 :-).&lt;/p&gt;
&lt;p&gt;2.&lt;strong&gt; 64-bit O/S processing?&lt;/strong&gt; Tell me more on what you are looking for; are you looking to handle larger data sets in memory? Or something else? In truth, I have only used SqlDiffFramework in 32-bit Windows, but this may be something to tackle
 soon.&lt;/p&gt;
&lt;p&gt;3. &lt;strong&gt;Tutorials? &lt;/strong&gt;As far as I know the only documentation is my user guide. If you have reviewed that--I put a lot of time into it! :-) --and still have questions, send them to me and I will try to give you some guidance.&lt;/p&gt;
&lt;p&gt;Thanks for writing!&lt;/p&gt;
&lt;p&gt;~~Michael&lt;/p&gt;
&lt;/div&gt;</description><author>msorens</author><pubDate>Sun, 09 Dec 2012 23:49:07 GMT</pubDate><guid isPermaLink="false">New Post: .Net Framework 4.5 20121209114907P</guid></item><item><title>New Post: .Net Framework 4.5</title><link>http://sqldiffframework.codeplex.com/discussions/406137</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;wondering if there are any plans to upgrade to 4.5 and 64bit O/S processing? Also looking for online tutorial. having problems with ODBC import of txt files. probably my issue not programs. this would be a great utility if my skill set was higher!&lt;/p&gt;
&lt;/div&gt;</description><author>pbsviewer13</author><pubDate>Sun, 09 Dec 2012 16:21:30 GMT</pubDate><guid isPermaLink="false">New Post: .Net Framework 4.5 20121209042130P</guid></item><item><title>Reviewed: SqlDiffFramework 1.0.3.0 (Nov 01, 2012)</title><link>http://sqldiffframework.codeplex.com/releases/view/61324#ReviewBy-judahr</link><description>Rated 2 Stars &amp;#40;out of 5&amp;#41; - Agreed UI is insane.  I see results, but can&amp;#39;t get them to compare.  Docs should focus first on simple usage &amp;#40;compare the results of two queries&amp;#41;, then talk about advanced features.  </description><author>judahr</author><pubDate>Thu, 01 Nov 2012 20:15:50 GMT</pubDate><guid isPermaLink="false">Reviewed: SqlDiffFramework 1.0.3.0 (Nov 01, 2012) 20121101081550P</guid></item><item><title>Commented Feature: Cannot create ODBC DSN-less connection [6]</title><link>http://sqldiffframework.codeplex.com/workitem/6</link><description>To connect to ODBC dbs, you have to specify a DSN in Windows ODBC driver manager.&lt;br /&gt;&lt;br /&gt;It would be nice to support &amp;#34;on the fly&amp;#34;, DSN-less ODBC connections, e.g. by letting the user fill out the entire connection string.&lt;br /&gt;&lt;br /&gt;Alternatively, some examples from well-known providers could be included in the GUI&amp;#59; see e.g. &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.carlprothman.net&amp;#47;Default.aspx&amp;#63;tabid&amp;#61;90&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.connectionstrings.com&amp;#47;&lt;br /&gt;&lt;br /&gt;...hopefully including my favourite, Firebird &amp;#40;OdbcFb.dll&amp;#41;&amp;#59; see documentation chm file in &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sourceforge.net&amp;#47;projects&amp;#47;firebird&amp;#47;files&amp;#47;firebird-ODBC-driver&amp;#47;2.0.1-Release&amp;#47;OdbcFb_DLL_2.0.1.152_Win32.zip&amp;#47;download&lt;br /&gt;&lt;br /&gt;example for a remote server with UTF8 character set, Firebird client fbclient.dll is in path&amp;#58;&lt;br /&gt;Driver&amp;#61;Firebird&amp;#47;InterBase&amp;#40;r&amp;#41; driver&amp;#59;Dbname&amp;#61;someserver&amp;#58;C&amp;#58;&amp;#92;test dir&amp;#92;DEMO.FDB&amp;#59;CHARSET&amp;#61;UTF8&amp;#59;UID&amp;#61;SYSDBA&amp;#59;PWD&amp;#61;masterkey&lt;br /&gt;&lt;br /&gt;example for an embedded database where we need to specify the Firebird embedded dll, no character set chosen&amp;#58;&lt;br /&gt;Driver&amp;#61;Firebird&amp;#47;InterBase&amp;#40;r&amp;#41; driver&amp;#59;Dbname&amp;#61;C&amp;#58;&amp;#92;test dir&amp;#92;DEMO.FDB&amp;#59;Client&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Firebird&amp;#92;Firebird_2_5&amp;#92;bin&amp;#92;fbembed.dll&amp;#59;UID&amp;#61;SYSDBA&amp;#59;PWD&amp;#61;masterkey&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Comments: I agree completely. I have thought of doing that but it was way down on my &amp;#34;to do&amp;#34; list. Now that I know someone else is interested I will try to get to it sooner, but I cannot promise a date at this point &amp;#58;-&amp;#40;.</description><author>msorens</author><pubDate>Wed, 19 Sep 2012 00:07:57 GMT</pubDate><guid isPermaLink="false">Commented Feature: Cannot create ODBC DSN-less connection [6] 20120919120757A</guid></item><item><title>Edited Feature: Cannot create ODBC DSN-less connection [6]</title><link>http://sqldiffframework.codeplex.com/workitem/6</link><description>To connect to ODBC dbs, you have to specify a DSN in Windows ODBC driver manager.&lt;br /&gt;&lt;br /&gt;It would be nice to support &amp;#34;on the fly&amp;#34;, DSN-less ODBC connections, e.g. by letting the user fill out the entire connection string.&lt;br /&gt;&lt;br /&gt;Alternatively, some examples from well-known providers could be included in the GUI&amp;#59; see e.g. &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.carlprothman.net&amp;#47;Default.aspx&amp;#63;tabid&amp;#61;90&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.connectionstrings.com&amp;#47;&lt;br /&gt;&lt;br /&gt;...hopefully including my favourite, Firebird &amp;#40;OdbcFb.dll&amp;#41;&amp;#59; see documentation chm file in &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sourceforge.net&amp;#47;projects&amp;#47;firebird&amp;#47;files&amp;#47;firebird-ODBC-driver&amp;#47;2.0.1-Release&amp;#47;OdbcFb_DLL_2.0.1.152_Win32.zip&amp;#47;download&lt;br /&gt;&lt;br /&gt;example for a remote server with UTF8 character set, Firebird client fbclient.dll is in path&amp;#58;&lt;br /&gt;Driver&amp;#61;Firebird&amp;#47;InterBase&amp;#40;r&amp;#41; driver&amp;#59;Dbname&amp;#61;someserver&amp;#58;C&amp;#58;&amp;#92;test dir&amp;#92;DEMO.FDB&amp;#59;CHARSET&amp;#61;UTF8&amp;#59;UID&amp;#61;SYSDBA&amp;#59;PWD&amp;#61;masterkey&lt;br /&gt;&lt;br /&gt;example for an embedded database where we need to specify the Firebird embedded dll, no character set chosen&amp;#58;&lt;br /&gt;Driver&amp;#61;Firebird&amp;#47;InterBase&amp;#40;r&amp;#41; driver&amp;#59;Dbname&amp;#61;C&amp;#58;&amp;#92;test dir&amp;#92;DEMO.FDB&amp;#59;Client&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Firebird&amp;#92;Firebird_2_5&amp;#92;bin&amp;#92;fbembed.dll&amp;#59;UID&amp;#61;SYSDBA&amp;#59;PWD&amp;#61;masterkey&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;</description><author>msorens</author><pubDate>Wed, 19 Sep 2012 00:07:57 GMT</pubDate><guid isPermaLink="false">Edited Feature: Cannot create ODBC DSN-less connection [6] 20120919120757A</guid></item><item><title>Created Issue: Cannot create ODBC DSN-less connection [6]</title><link>http://sqldiffframework.codeplex.com/workitem/6</link><description>To connect to ODBC dbs, you have to specify a DSN in Windows ODBC driver manager.&lt;br /&gt;&lt;br /&gt;It would be nice to support &amp;#34;on the fly&amp;#34;, DSN-less ODBC connections, e.g. by letting the user fill out the entire connection string.&lt;br /&gt;&lt;br /&gt;Alternatively, some examples from well-known providers could be included in the GUI&amp;#59; see e.g. &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.carlprothman.net&amp;#47;Default.aspx&amp;#63;tabid&amp;#61;90&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.connectionstrings.com&amp;#47;&lt;br /&gt;&lt;br /&gt;...hopefully including my favourite, Firebird &amp;#40;OdbcFb.dll&amp;#41;&amp;#59; see documentation chm file in &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sourceforge.net&amp;#47;projects&amp;#47;firebird&amp;#47;files&amp;#47;firebird-ODBC-driver&amp;#47;2.0.1-Release&amp;#47;OdbcFb_DLL_2.0.1.152_Win32.zip&amp;#47;download&lt;br /&gt;&lt;br /&gt;example for a remote server with UTF8 character set, Firebird client fbclient.dll is in path&amp;#58;&lt;br /&gt;Driver&amp;#61;Firebird&amp;#47;InterBase&amp;#40;r&amp;#41; driver&amp;#59;Dbname&amp;#61;someserver&amp;#58;C&amp;#58;&amp;#92;test dir&amp;#92;DEMO.FDB&amp;#59;CHARSET&amp;#61;UTF8&amp;#59;UID&amp;#61;SYSDBA&amp;#59;PWD&amp;#61;masterkey&lt;br /&gt;&lt;br /&gt;example for an embedded database where we need to specify the Firebird embedded dll, no character set chosen&amp;#58;&lt;br /&gt;Driver&amp;#61;Firebird&amp;#47;InterBase&amp;#40;r&amp;#41; driver&amp;#59;Dbname&amp;#61;C&amp;#58;&amp;#92;test dir&amp;#92;DEMO.FDB&amp;#59;Client&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Firebird&amp;#92;Firebird_2_5&amp;#92;bin&amp;#92;fbembed.dll&amp;#59;UID&amp;#61;SYSDBA&amp;#59;PWD&amp;#61;masterkey&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;</description><author>reiniero</author><pubDate>Tue, 18 Sep 2012 12:25:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Cannot create ODBC DSN-less connection [6] 20120918122537P</guid></item><item><title>New Post: Source Releases</title><link>http://sqldiffframework.codeplex.com/discussions/352397</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Please include the zip file format also.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Our organization prohibits downloading any exes from outside. So zip file will allow to download, unzip and start using.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Maharishi&lt;/p&gt;&lt;/div&gt;</description><author>maharishi_b</author><pubDate>Mon, 23 Jul 2012 19:20:53 GMT</pubDate><guid isPermaLink="false">New Post: Source Releases 20120723072053P</guid></item><item><title>Reviewed: SqlDiffFramework 1.0.3.0 (Jul 13, 2012)</title><link>http://sqldiffframework.codeplex.com/releases/view/61324#ReviewBy-nikolawannabe</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - The UI is kind of insane, but it does do what it is asked.</description><author>nikolawannabe</author><pubDate>Sat, 14 Jul 2012 00:33:06 GMT</pubDate><guid isPermaLink="false">Reviewed: SqlDiffFramework 1.0.3.0 (Jul 13, 2012) 20120714123306A</guid></item><item><title>Commented Issue: 64 bit Win7, cannot use ODBC [5]</title><link>http://sqldiffframework.codeplex.com/workitem/5</link><description>I just installed yesterday to Win7 and immediately wanted to compare an Access 2010 database to a sql database. I used the 32 bit ODBC data source tool to create a DSN. But I cannot use it in the SQLdiff connection editor. the test button goes red and the warning dialog says that the specified DSN contains an architecture mismatch between the driver and the application.&lt;br /&gt;I can make an ODBC connection to a SQL server, but not Excel or Access files.&lt;br /&gt;hoping to get some real world use out of this very soon,&lt;br /&gt;Bill&lt;br /&gt;Comments: Fairly sure this is a 64 bit application vs 32 bit driver issue.  &amp;#10;Using the syswow64 &amp;#40;odbc manager for 32 bit drivers on a 64 bit os&amp;#41; won&amp;#39;t work.  Pretty sure the .net application was compiled using any processor type.&amp;#10;Solution is to install the access 64 bit driver.&amp;#10;If you have office 32 bit on a 64 bit os the windows installer won&amp;#39;t work.&amp;#10;The work around is located here&amp;#58;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;blog.codefluententities.com&amp;#47;2011&amp;#47;01&amp;#47;20&amp;#47;microsoft-access-database-engine-2010-redistributable&amp;#47;</description><author>hypergreatthing</author><pubDate>Thu, 14 Jun 2012 15:43:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: 64 bit Win7, cannot use ODBC [5] 20120614034329P</guid></item><item><title>New Post: Source Releases</title><link>http://sqldiffframework.codeplex.com/discussions/352397</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Done--thanks for the prodding :-) ! I have pushed latest code and a new official release as well. As you will see, though, I have not done too much with this project of late.&lt;/p&gt;
&lt;p&gt;Reasons: (1) Finite resources on my part. (2) Have not found any major gaffs that need fixing.&lt;/p&gt;
&lt;p&gt;And I make heavy use of SqlDiffFramework every day, so I have certainly not lost interest in it!&lt;/p&gt;&lt;/div&gt;</description><author>msorens</author><pubDate>Tue, 17 Apr 2012 20:03:05 GMT</pubDate><guid isPermaLink="false">New Post: Source Releases 20120417080305P</guid></item><item><title>Updated Release: SqlDiffFramework 1.0.3.0 (Apr 17, 2012)</title><link>http://sqldiffframework.codeplex.com/releases/view/61324</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Maintenance Release&lt;/h2&gt;
Defect Fixes:&lt;br /&gt;-- none --&lt;br /&gt;&lt;br /&gt;Enhancements:
&lt;ul&gt;&lt;li&gt;Updated from Visual Studio 2008 to 2010.&lt;/li&gt;
&lt;li&gt;Switched from .NET 2.0 to .NET 3.5 obviating the need for LinqBridge library.&lt;/li&gt;
&lt;li&gt;Swapped in enhanced ComboBox for file selectors that now shows the full file paths in a tooltip for each item in the dropdown history list (CleanCode library).&lt;/li&gt;
&lt;li&gt;Added support for binary field types in a DB result set, overcoming an inherent weakness in the .NET DataGridView control (CleanCode library).&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;General Information&lt;/h2&gt;
Requirements: .NET Framework 3.5&lt;br /&gt;&lt;br /&gt;SqlDiffFramework is designed for the enterprise! Check with your system administrator (or see the user guide) for how to:
&lt;ul&gt;&lt;li&gt;Point to the SqlDiffFramework repository (if any) so you will be notified of updates (user guide, section 2.2.2).&lt;/li&gt;
&lt;li&gt;Load a set of of default database connections for your environment  (user guide, section 2.2.1).&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;If you are running Windows XP and selected the large-address-space install, be sure your machine is configured to boot with the /3GB option--see &lt;a href="http://support.microsoft.com/kb/833721"&gt;boot.ini options&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;SqlDiffFramework is easy to use but, you need to review the user guide for some key concepts!&lt;br /&gt;
&lt;h2&gt;A request to YOU...&lt;/h2&gt;While this is FREE software, consider this my modest price: after you have tried the software please come back to this page and &lt;b&gt;add your rating above&lt;/b&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>msorens</author><pubDate>Tue, 17 Apr 2012 19:57:45 GMT</pubDate><guid isPermaLink="false">Updated Release: SqlDiffFramework 1.0.3.0 (Apr 17, 2012) 20120417075745P</guid></item><item><title>Released: SqlDiffFramework 1.0.3.0 (Apr 17, 2012)</title><link>http://sqldiffframework.codeplex.com/releases/view/61324</link><description>
&lt;div class="wikidoc"&gt;
&lt;h2&gt;Maintenance Release&lt;/h2&gt;
Defect Fixes:&lt;br&gt;
-- none --&lt;br&gt;
&lt;br&gt;
Enhancements:
&lt;ul&gt;
&lt;li&gt;Updated from Visual Studio 2008 to 2010. &lt;/li&gt;&lt;li&gt;Switched from .NET 2.0 to .NET 3.5 obviating the need for LinqBridge library.
&lt;/li&gt;&lt;li&gt;Swapped in enhanced ComboBox for file selectors that now shows the full file paths in a tooltip for each item in the dropdown history list (CleanCode library).
&lt;/li&gt;&lt;li&gt;Added support for binary field types in a DB result set, overcoming an inherent weakness in the .NET DataGridView control (CleanCode library).&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;General Information&lt;/h2&gt;
Requirements: .NET Framework 3.5&lt;br&gt;
&lt;br&gt;
SqlDiffFramework is designed for the enterprise! Check with your system administrator (or see the user guide) for how to:
&lt;ul&gt;
&lt;li&gt;Point to the SqlDiffFramework repository (if any) so you will be notified of updates (user guide, section 2.2.2).
&lt;/li&gt;&lt;li&gt;Load a set of of default database connections for your environment (user guide, section 2.2.1).&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
If you are running Windows XP and selected the large-address-space install, be sure your machine is configured to boot with the /3GB option--see
&lt;a href="http://support.microsoft.com/kb/833721"&gt;boot.ini options&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
SqlDiffFramework is easy to use but, you need to review the user guide for some key concepts!&lt;br&gt;
&lt;h2&gt;A request to YOU...&lt;/h2&gt;
While this is FREE software, consider this my modest price: after you have tried the software please come back to this page and
&lt;b&gt;add your rating above&lt;/b&gt;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 17 Apr 2012 19:57:45 GMT</pubDate><guid isPermaLink="false">Released: SqlDiffFramework 1.0.3.0 (Apr 17, 2012) 20120417075745P</guid></item></channel></rss>