<?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>Jason L. Froebe - Tech tips and How Tos for Fellow Techies &#187; vista</title>
	<atom:link href="http://froebe.net/blog/index.php/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://froebe.net/blog</link>
	<description>Tips &#38; Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more</description>
	<lastBuildDate>Sat, 07 Jan 2012 22:12:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How to disable the &#8220;uninstall password&#8221; to uninstall Symantec Antivirus</title>
		<link>http://froebe.net/blog/2010/03/10/how-to-disable-the-uninstall-password-to-uninstall-symantec-antivirus/</link>
		<comments>http://froebe.net/blog/2010/03/10/how-to-disable-the-uninstall-password-to-uninstall-symantec-antivirus/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 18:17:24 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[symantec antivirus]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[winxp]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=1228</guid>
		<description><![CDATA[I was trying to install Oracle 11g client on to a WinXP box but Symantec Antivirus wouldn&#8217;t let me because it thought it was infected with over 800 viruses.  Same file was marked clean on another box.  So, I picked several of the viruses it said was infected with and looked for any evidence of [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to install Oracle 11g client on to a WinXP box but Symantec Antivirus wouldn&#8217;t let me because it thought it was infected with over 800 viruses.  Same file was marked clean on another box.  So, I picked several of the viruses it said was infected with and looked for any evidence of them on the WinXP box.  No dice.  This led me to believe that Symantec Antivirus itself was somehow mucked up.</p>
<p>When I tried to uninstall Symantec Antivirus, it asked for a password.  When I put in the correct password, it refused it.  So how to uninstall it with a messed up password?  Easy..</p>
<p>Open up regedit (as an administrator) and change HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion\AdministratorOnly\Security\UseVPUninstallPassword to &#8220;0&#8243; (zero).</p>
<p>I was able to uninstall and reinstall Symantec Antivirus.</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2010/03/10/how-to-disable-the-uninstall-password-to-uninstall-symantec-antivirus/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Get it here! Perl DBD::Sybase 1.09.01 for Active State Perl 5.10 and 5.8 on Windows XP/Vista/7 32bit</title>
		<link>http://froebe.net/blog/2010/03/09/get-it-here-perl-dbdsybase-1-09-for-active-state-perl-5-10-and-5-8-on-windows-xpvista7-32bit/</link>
		<comments>http://froebe.net/blog/2010/03/09/get-it-here-perl-dbdsybase-1-09-for-active-state-perl-5-10-and-5-8-on-windows-xpvista7-32bit/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:27:48 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[DBI]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[15.5]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[active state]]></category>
		<category><![CDATA[activestate]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[openclient]]></category>
		<category><![CDATA[peppler]]></category>
		<category><![CDATA[perl 5.10]]></category>
		<category><![CDATA[perl 5.8]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=1223</guid>
		<description><![CDATA[Assuming that you installed Sybase OpenClient 15.5 from the 15.5 PC Client: Install ActiveState Perl from http://www.activestate.com (free) and install DBI if it isn’t already installed.  It should be but you never know… Start -&#62; ActiveState Perl -&#62; Perl Package Manager install DBI exit Now, the easy part.  Install the DBD::Sybase 1.09.01 PPM: download DBD::Sybase [...]]]></description>
			<content:encoded><![CDATA[<p>Assuming that you installed <a href="http://www.sybase.com/detail?id=1037407">Sybase OpenClient 15.5</a> from the 15.5 PC Client:</p>
<p>Install ActiveState Perl from <a href="http://www.activestate.com%c2%a0/">http://www.activestate.com</a> (free) and install DBI if it isn’t already installed.  It should be but  you never know…</p>
<ol>
<li>Start -&gt; ActiveState Perl -&gt; Perl Package Manager</li>
<li>install DBI</li>
<li>exit<a href="http://www.perl.org"><img class="alignright size-full wp-image-1207" title="perl" src="http://froebe.net/blog/wp-content/uploads/2010/02/perl.jpeg" alt="" width="279" height="303" /></a></li>
</ol>
<p>Now, the easy part.  Install the <a href="http://www.froebe.net/attachments/DBD-Sybase-1.09.01.zip">DBD::Sybase</a> 1.09.01 PPM:</p>
<ol>
<li>download <a title="DBD-Sybase-1.09.zip" href="http://www.froebe.net/attachments/DBD-Sybase-1.09.01.zip">DBD::Sybase  1.09.01 PPM</a></li>
<li>extract zip file to temporary directory (e.g. c:\test)</li>
<li>Start -&gt; Run -&gt; cmd.exe (as Administrator if Vista or Windows  7)</li>
<li>cd \test</li>
<li>ppm  install DBD-Sybase.ppd</li>
<li>exit</li>
</ol>
<p>That’s it <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It should automatically install the DBD::Sybase for Perl 5.8 or 5.10 depending on which version of Active State Perl you have installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2010/03/09/get-it-here-perl-dbdsybase-1-09-for-active-state-perl-5-10-and-5-8-on-windows-xpvista7-32bit/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Get it here! Perl DBD::Sybase 1.09 for Active State Perl 5.10 on Windows XP/Vista/7 32bit</title>
		<link>http://froebe.net/blog/2010/02/17/get-it-here-perl-dbdsybase-1-09-for-active-state-perl-5-10-on-windows-xpvista7-32bit/</link>
		<comments>http://froebe.net/blog/2010/02/17/get-it-here-perl-dbdsybase-1-09-for-active-state-perl-5-10-on-windows-xpvista7-32bit/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 02:05:03 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[ASE]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[DBI]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[15.5]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[active state]]></category>
		<category><![CDATA[activestate]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[openclient]]></category>
		<category><![CDATA[peppler]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=1206</guid>
		<description><![CDATA[Assuming that you installed Sybase OpenClient 15.5 from the 15.5 PC Client: Install ActiveState Perl from http://www.activestate.com (free) and install DBI if it isn&#8217;t already installed.  It should be but you never know&#8230; Start -&#62; ActiveState Perl -&#62; Perl Package Manager install DBI exit Now, the easy part.  Install the DBD::Sybase 1.09 PPM: download DBD::Sybase [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Assuming that you installed <a href="http://www.sybase.com/detail?id=1037407">Sybase OpenClient 15.5</a> from the 15.5 PC Client:</p>
<p>Install ActiveState Perl from <a href="http://www.activestate.com%c2%a0/">http://www.activestate.com</a> (free) and install DBI if it isn&#8217;t already installed.  It should be but you never know&#8230;</p>
<ol>
<li>Start -&gt; ActiveState Perl -&gt; Perl Package Manager<a href="http://www.perl.org"><img class="alignright size-thumbnail wp-image-1207" title="perl" src="http://froebe.net/blog/wp-content/uploads/2010/02/perl-150x150.jpg" alt="" width="150" height="150" /></a></li>
<li>install DBI</li>
<li>exit</li>
</ol>
<p>Now, the easy part.  Install the <a href="http://search.cpan.org/~mewp/DBD-Sybase/Sybase.pm">DBD::Sybase</a> 1.09 PPM:</p>
<ol>
<li>download <a title="DBD-Sybase-1.09.zip" href="http://www.froebe.net/attachments/DBD-Sybase-1.09.zip">DBD::Sybase 1.09 PPM</a></li>
<li>extract zip file to temporary directory (e.g. c:\test)</li>
<li>Start -&gt; Run -&gt; cmd.exe (as Administrator if Vista or Windows 7)</li>
<li>cd \test</li>
<li>ppm  install DBD-Sybase.ppd</li>
<li>exit</li>
</ol>
<p>That’s it <img src="../wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<div id="attachment_560" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.sybase.com"><img class="size-thumbnail wp-image-560" title="Sybase, Inc." src="http://froebe.net/blog/wp-content/uploads/2008/07/sybase-150x74.png" alt="" width="150" height="74" /></a><p class="wp-caption-text">Sybase</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2010/02/17/get-it-here-perl-dbdsybase-1-09-for-active-state-perl-5-10-on-windows-xpvista7-32bit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to convert a laptop running Microsoft Windows 7 to a VirtualBox virtual machine</title>
		<link>http://froebe.net/blog/2009/12/21/how-to-convert-a-laptop-running-microsoft-windows-7-to-a-virtualbox-virtual-machine/</link>
		<comments>http://froebe.net/blog/2009/12/21/how-to-convert-a-laptop-running-microsoft-windows-7-to-a-virtualbox-virtual-machine/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 16:32:53 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[dell latitiude]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft windows 7]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vboxmanage]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[win7]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=1161</guid>
		<description><![CDATA[I was very much surprised just how easy it is to convert a Microsoft Windows 7 laptop into a virtual machine running within Sun&#8217;s VirtualBox.  This is what I did: Pull the hard drive from the laptop.  On my Dell Latitude, it was simply unscrewing the two screws on the bottom of the laptop marked [...]]]></description>
			<content:encoded><![CDATA[<p>I was very much surprised just how easy it is to convert a <a href="http://www.microsoft.com/windows7">Microsoft Windows 7</a> laptop into a virtual machine running within <a href="http://www.virtualbox.org">Sun&#8217;s VirtualBox</a>.  This is what I did:</p>
<ul>
<li>Pull the hard drive from the laptop.  On my Dell Latitude, it was simply unscrewing the two screws on the bottom of the laptop marked with the hard drive simble</li>
<li>Attach the drive to a SATA to USB connector and plug it in to your Linux box</li>
<li>If you don&#8217;t have VirtualBox installed, do so now using apt-get, rpm, or whatever you use to install software</li>
<li>Follow <a href="http://www.virtualbox.org/wiki/Migrate_Windows">How to migrate existing Windows installations to VirtualBox</a> but make sure you specify the entire drive (i.e. /dev/sdh) and not individual partitions else you will miss the hidden partitions that Vista and Windows 7 create</li>
</ul>
<p>You should have a working Windows 7 Virtual Machine.  You&#8217;ll notice that you probably have a huge vdi file.  Let&#8217;s shrink that down:</p>
<ul>
<li>Within Windows
<ul>
<li>download and install <a href="http://www.microsoft.com/technet/sysinternals/Security/SDelete.mspx">sdelete from Microsoft</a></li>
<li>download and install <a href="http://www.softpedia.com/get/System/Hard-Disk-Utils/Power-Defragmenter.shtml">PowerDefragmenter</a></li>
<li>Run PowerDefragmenter on your c: drive (as administrator)</li>
<li>Run <strong>&#8220;sdelete -c c:&#8221;</strong> from a cmd window (as administrator)</li>
<li>shutdown windows</li>
</ul>
</li>
<li>On the host
<ul>
<li>run <strong>&#8220;VBoxManage modifyvdi my_disk.vdi compact&#8221;</strong> replacing &#8220;my_disk.vdi&#8221; with the name of your vdi file you created earlier</li>
<li>Note that if you get a &#8220;Shrink hard disk operation is not implemented&#8221; error, then you&#8217;ve hit <a href="http://www.virtualbox.org/ticket/2833">bug #2833</a> and you will want to <a href="http://www.virtualbox.org">download the latest VirtualBox</a> to fix it.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2009/12/21/how-to-convert-a-laptop-running-microsoft-windows-7-to-a-virtualbox-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Sybase Workspace 2.1: Do NOT update Data Tools Platform (DTP) from Eclipse&#8217;s website!</title>
		<link>http://froebe.net/blog/2009/03/19/sybase-workspace-21-do-not-update-data-tools-platform-dtp-from-eclipses-website/</link>
		<comments>http://froebe.net/blog/2009/03/19/sybase-workspace-21-do-not-update-data-tools-platform-dtp-from-eclipses-website/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 20:04:46 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[ASE]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workspace]]></category>
		<category><![CDATA[cr 565285]]></category>
		<category><![CDATA[database tools platform]]></category>
		<category><![CDATA[dtp]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[feature request]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=906</guid>
		<description><![CDATA[Sybase Workspace is an Eclipse distribution that uses highly customized Data Tools Platform (DTP) plugins.  Updating the Sybase version of DTP with the standard DTP release from Eclipse will break Sybase&#8217;s Workspace. Last night I updated Workspace&#8217;s DTP with the standard DTP release from Eclipse&#8217;s website.  Several oddities started showing up when accessing the DTP [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sybase.com/products/modelingdevelopment/workspace">Sybase Workspace</a></p>
<div id="attachment_560" class="wp-caption alignright" style="width: 193px"><a href="http://www.sybase.com/workspace"><img class="size-full wp-image-560" title="Sybase, Inc." src="http://froebe.net/blog/wp-content/uploads/2008/07/sybase.png" alt="Sybase" width="183" height="74" /></a><p class="wp-caption-text">Sybase</p></div>
<p>is an <a href="http://www.eclipse.org">Eclipse</a> distribution that uses highly customized <a href="http://www.eclipse.org/datatools/">Data Tools Platform (DTP) plugins</a>.  Updating the Sybase version of DTP with the standard DTP release from Eclipse will break Sybase&#8217;s Workspace.</p>
<p>Last night I updated Workspace&#8217;s DTP with the standard DTP release from Eclipse&#8217;s website.  Several oddities started showing up when accessing the DTP releases:</p>
<div id="attachment_907" class="wp-caption aligncenter" style="width: 237px"><a href="http://froebe.net/blog/wp-content/uploads/2009/03/connection.jpg"><img class="size-medium wp-image-907" title="Configuring the db connection" src="http://froebe.net/blog/wp-content/uploads/2009/03/connection-227x300.jpg" alt="Configuring the db connection" width="227" height="300" /></a><p class="wp-caption-text">Configuring the db connection</p></div>
<p>Testing the connection worked fine but when you open the database connection to a Sybase ASE database errors are reported:</p>
<div id="attachment_909" class="wp-caption aligncenter" style="width: 310px"><a href="http://froebe.net/blog/wp-content/uploads/2009/03/multiple_errors_have_occurred.jpg"><img class="size-medium wp-image-909" title="Multiple errors have occurred" src="http://froebe.net/blog/wp-content/uploads/2009/03/multiple_errors_have_occurred-300x273.jpg" alt="Multiple errors have occurred" width="300" height="273" /></a><p class="wp-caption-text">Multiple errors have occurred</p></div>
<p>and</p>
<div id="attachment_910" class="wp-caption aligncenter" style="width: 310px"><a href="http://froebe.net/blog/wp-content/uploads/2009/03/workspace2.jpg"><img class="size-medium wp-image-910" title="Sybase Workspace 2.1" src="http://froebe.net/blog/wp-content/uploads/2009/03/workspace2-300x240.jpg" alt="Connection errors" width="300" height="240" /></a><p class="wp-caption-text">Connection errors</p></div>
<p>If you run into this issue, you will need to uninstall Sybase&#8217;s Workspace (delete the %SYBASE%/Workspace directory after the uninstall is complete) to resolve it.</p>
<p>I&#8217;ve created feature request CR 565285 with Sybase:</p>
<blockquote><p>Workspace&#8217;s DTP (data tools platform) should be updated with the DTP current release from Eclipse. This will allow developers that work in a mixed environment to use Workspace with non-Sybase DBMS&#8217;s (view stored procedures, triggers, etc).</p></blockquote>
<p>If you believe that this feature request is desired, please let <a href="mailto:sales@sybase.com">Sybase know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2009/03/19/sybase-workspace-21-do-not-update-data-tools-platform-dtp-from-eclipses-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Native support of SQLite in Sybase PowerBuilder and PowerDesigner?</title>
		<link>http://froebe.net/blog/2008/07/09/native-support-of-sqlite-in-sybase-powerbuilder-and-powerdesigner/</link>
		<comments>http://froebe.net/blog/2008/07/09/native-support-of-sqlite-in-sybase-powerbuilder-and-powerdesigner/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:31:38 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[ASE]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[IBM DB2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Powerbuilder]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workspace]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[Amiga]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Informix]]></category>
		<category><![CDATA[miro]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[powerdesigner]]></category>
		<category><![CDATA[Sybase ASE]]></category>
		<category><![CDATA[Sybase IQ]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=547</guid>
		<description><![CDATA[What I would love to see is native support for SQLite. http://www.sqlite.org It is the most installed embedded database on the planet hands down.  Don&#8217;t believe me?  You know that Firefox web browser, Thunderbird newsreader, most Adobe products, Miro, etc all have it embedded?  &#8211; reference http://www.sqlite.org/mostdeployed.html We use it extensively at work as: staging [...]]]></description>
			<content:encoded><![CDATA[<p>What I would love to see is native support for SQLite. <a href="http://www.sqlite.org/" target="_blank"><span id="lw_1215608800_0" class="yshortcuts">http://www.sqlite.org</span></a></p>
<p>It is the most installed embedded database on the planet hands down.  Don&#8217;t believe me?  You know that Firefox web browser, Thunderbird newsreader, most <a href="http://www.adobe.com/" target="_blank"><span id="lw_1215608800_1" class="yshortcuts">Adobe</span></a> products, Miro, etc all have it embedded?  &#8211; reference <a href="http://www.sqlite.org/mostdeployed.html" target="_blank"><span id="lw_1215608800_2" class="yshortcuts">http://www.sqlite.org/mostdeployed.html</span></a></p>
<p>We use it extensively at work as:</p>
<ol>
<li>staging for mass data imports/exports/conversions</li>
<li>local application &#8216;cache&#8217; for large data sets</li>
<li>projects that don&#8217;t require all the features of Sybase ASE (or Oracle for that matter)</li>
</ol>
<p>One of the best features is that the database itself in platform independent&#8230; copy the db on to AIX from your Windows box &#8230; then on to your old Amiga &#8230; then on to your windows mobile device.  Getting the point?  <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I really wish <span id="lw_1215608800_3" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; cursor: pointer;">Sybase</span> would make it so that the Sybase ASE databases were truly platform and character set/sort order independent&#8230; but that is in another dream <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Not a blurb in the PowerDesigner/PowerBuilder manuals or anything</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/07/09/native-support-of-sqlite-in-sybase-powerbuilder-and-powerdesigner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Windows Vista Service Pack 1</title>
		<link>http://froebe.net/blog/2008/03/19/installing-windows-vista-service-pack-1/</link>
		<comments>http://froebe.net/blog/2008/03/19/installing-windows-vista-service-pack-1/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 13:16:55 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[service pack]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/2008/03/19/installing-windows-vista-service-pack-1/</guid>
		<description><![CDATA[If you&#8217;re running Microsoft&#8217;s Vista os on your computer, you&#8217;ve probably noticed that the &#8216;updates available&#8217; icon has shown up this morning on your task bar. Very likely, clicking on the icon will prompt you to install Service Pack 1 for Windows Vista.  I&#8217;m only installing it on one machine right now to see if [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running Microsoft&#8217;s Vista os on your computer, you&#8217;ve probably noticed that the &#8216;updates available&#8217; icon has shown up this morning on your task bar.</p>
<p><a href="http://froebe.net/blog/wp-content/uploads/2008/03/vista-sp1_taskbar1.jpg" title="vista-sp1_taskbar1.jpg"><img src="http://froebe.net/blog/wp-content/uploads/2008/03/vista-sp1_taskbar1.jpg" alt="vista-sp1_taskbar1.jpg" /></a></p>
<p>Very likely, clicking on the icon will prompt you to install <a href="http://news.zdnet.co.uk/software/0,1000000121,39369881,00.htm" title="ZDNet:  Microsoft releases Vista SP1"><em>Service Pack 1 for Windows Vista</em></a>.  I&#8217;m only installing it on one machine right now to see if I run into any issues before putting in on the rest of my Vista boxes.</p>
<p><a href="http://froebe.net/blog/wp-content/uploads/2008/03/vista.jpg" title="vista.jpg"><img src="http://froebe.net/blog/wp-content/uploads/2008/03/vista.jpg" alt="vista.jpg" /></a><br />
Wish me luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/03/19/installing-windows-vista-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Receiving a &#8216;runtime error&#8217; with the drivers for Dell&#8217;s All In One 962 Photo Printer?  (AIO 962)</title>
		<link>http://froebe.net/blog/2008/01/17/receiving-a-runtime-error-with-the-drivers-for-dells-all-in-one-962-photo-printer-aio-962/</link>
		<comments>http://froebe.net/blog/2008/01/17/receiving-a-runtime-error-with-the-drivers-for-dells-all-in-one-962-photo-printer-aio-962/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 18:23:32 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[aio 962]]></category>
		<category><![CDATA[all in one printer]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[dell vostro]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[printer driver]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/2008/01/17/receiving-a-runtime-error-with-the-drivers-for-dells-all-in-one-962-photo-printer-aio-962/</guid>
		<description><![CDATA[My mom&#8217;s new Dell Vostro 1500 laptop worked quite well until we hooked it up to her Dell All In One 962 Photo printer. When we installed the printer driver software, we received a MFC C++ 6.0 &#8220;runtime error&#8221; on the dlbxmon.exe program. Reinstalling the software made no difference. What did was a full uninstall [...]]]></description>
			<content:encoded><![CDATA[<p>My mom&#8217;s new <a href="http://www.amazon.com/gp/product/B001CGN0D0?ie=UTF8&amp;tag=froebe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001CGN0D0">Dell Vostro 1500 laptop</a> worked quite well until we hooked it up to her Dell All In One 962 Photo printer.  When we installed the printer driver software, we received a MFC C++ 6.0 &#8220;<em>runtime error</em>&#8221; on the dlbxmon.exe program.  Reinstalling the software made no difference.  What did was a full uninstall of the software and a reinstall of the software.</p>
<p><strong>How to:</strong></p>
<ol>
<li>download and run the Vista 32 bit (yes, you need the Vista software) PC Upgrade software from <a href="http://support.dell.com/support/downloads/driverslist.aspx?os=WLH&amp;osl=EN&amp;catid=-1&amp;impid=-1&amp;servicetag=&amp;SystemID=PRN_ALL_A962&amp;hidos=WW1&amp;hidlang=en">Dell&#8217;s web page</a> which will completely uninstall the XP driver</li>
<li>download and run the Windows XP driver from <a href="http://support.dell.com/support/downloads/driverslist.aspx?os=WW1&amp;osl=EN&amp;catid=-1&amp;impid=-1&amp;servicetag=&amp;SystemID=PRN_ALL_A962&amp;hidos=WLH&amp;hidlang=en">Dell&#8217;s web page</a>.</li>
</ol>
<p>You may need to reboot the machine between steps 1 &amp; 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/01/17/receiving-a-runtime-error-with-the-drivers-for-dells-all-in-one-962-photo-printer-aio-962/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

