<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for not42</title>
	<atom:link href="http://not42.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://not42.com</link>
	<description>Not the Ultimate Answer</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:25:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by Balaji</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-9739</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-9739</guid>
		<description>What a wonderful utility man. Awesome. it saved a lot of rework effort. 100 votes from me. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>What a wonderful utility man. Awesome. it saved a lot of rework effort. 100 votes from me. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by Ram</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-9706</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Wed, 25 Jan 2012 19:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-9706</guid>
		<description>G8!</description>
		<content:encoded><![CDATA[<p>G8!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by shailender</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-9697</link>
		<dc:creator>shailender</dc:creator>
		<pubDate>Fri, 20 Jan 2012 07:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-9697</guid>
		<description>thanks. it works for me.</description>
		<content:encoded><![CDATA[<p>thanks. it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports: Invalid Table Number by Srinivas M. P.</title>
		<link>http://not42.com/2006/12/18/crystal-reports-invalid-table-number/comment-page-1/#comment-9517</link>
		<dc:creator>Srinivas M. P.</dc:creator>
		<pubDate>Tue, 29 Nov 2011 20:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/2006/12/18/crystal-reports-invalid-table-number/#comment-9517</guid>
		<description>Thanks I resolved my issue with following code

        Dim crrpt As New crrept
        Dim cninfo As New ConnectionInfo
        Dim tabloginfo As New TableLogOnInfo
        Dim crtable As Table
        Dim crtables As Tables
        crrpt.Load(&quot;crrept.rpt&quot;)

        With cninfo
            .ServerName = &quot;orcl&quot;
            .DatabaseName = &quot;&quot;
            .UserID = &quot;myuserid&quot;
            .Password = &quot;mypassword&quot;
        End With

        crrpt.SetParameterValue(&quot;VI_TABLEID&quot;, &quot;GSCH0000000000001144&quot;)

        crtables = crrpt.Database.Tables


        For Each crtable In crtables
            tabloginfo = crtable.LogOnInfo
            tabloginfo.ConnectionInfo = cninfo
            crtable.ApplyLogOnInfo(tabloginfo)
            crtable.Location = &quot;MYUSERID.PKG_TEMP.&quot; + crtable.Location.Substring(crtable.Location.LastIndexOf(&quot;.&quot;) + 1)
        Next crtable


        With crView
            .ReportSource = crrpt
            .Refresh()
        End With</description>
		<content:encoded><![CDATA[<p>Thanks I resolved my issue with following code</p>
<p>        Dim crrpt As New crrept<br />
        Dim cninfo As New ConnectionInfo<br />
        Dim tabloginfo As New TableLogOnInfo<br />
        Dim crtable As Table<br />
        Dim crtables As Tables<br />
        crrpt.Load(&#8220;crrept.rpt&#8221;)</p>
<p>        With cninfo<br />
            .ServerName = &#8220;orcl&#8221;<br />
            .DatabaseName = &#8220;&#8221;<br />
            .UserID = &#8220;myuserid&#8221;<br />
            .Password = &#8220;mypassword&#8221;<br />
        End With</p>
<p>        crrpt.SetParameterValue(&#8220;VI_TABLEID&#8221;, &#8220;GSCH0000000000001144&#8243;)</p>
<p>        crtables = crrpt.Database.Tables</p>
<p>        For Each crtable In crtables<br />
            tabloginfo = crtable.LogOnInfo<br />
            tabloginfo.ConnectionInfo = cninfo<br />
            crtable.ApplyLogOnInfo(tabloginfo)<br />
            crtable.Location = &#8220;MYUSERID.PKG_TEMP.&#8221; + crtable.Location.Substring(crtable.Location.LastIndexOf(&#8220;.&#8221;) + 1)<br />
        Next crtable</p>
<p>        With crView<br />
            .ReportSource = crrpt<br />
            .Refresh()<br />
        End With</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by Hanu</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-9102</link>
		<dc:creator>Hanu</dc:creator>
		<pubDate>Wed, 22 Jun 2011 13:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-9102</guid>
		<description>Excellent tool..... Thanks a lot</description>
		<content:encoded><![CDATA[<p>Excellent tool&#8230;.. Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by Recovering Visual SourceSafe (VSS) Admin Password &#171; Low IT</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-9029</link>
		<dc:creator>Recovering Visual SourceSafe (VSS) Admin Password &#171; Low IT</dc:creator>
		<pubDate>Mon, 16 May 2011 21:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-9029</guid>
		<description>[...] You can retrieve it right here: http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/ [...]</description>
		<content:encoded><![CDATA[<p>[...] You can retrieve it right here: <a href="http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/" rel="nofollow">http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by Luis Ramirez</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-8593</link>
		<dc:creator>Luis Ramirez</dc:creator>
		<pubDate>Wed, 12 Jan 2011 21:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-8593</guid>
		<description>Excellent!!!
Thanks :D -- Pura Vida!!</description>
		<content:encoded><![CDATA[<p>Excellent!!!<br />
Thanks <img src='http://not42.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  &#8212; Pura Vida!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by R</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-8510</link>
		<dc:creator>R</dc:creator>
		<pubDate>Tue, 23 Nov 2010 14:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-8510</guid>
		<description>Love it :-D</description>
		<content:encoded><![CDATA[<p>Love it <img src='http://not42.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by Nogol Tardugno</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-8504</link>
		<dc:creator>Nogol Tardugno</dc:creator>
		<pubDate>Fri, 19 Nov 2010 19:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-8504</guid>
		<description>Thanks so much! This really helped!</description>
		<content:encoded><![CDATA[<p>Thanks so much! This really helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Source Safe Admin Password Reset by Luanne</title>
		<link>http://not42.com/2005/06/16/visual-source-safe-admin-password-reset/comment-page-2/#comment-8475</link>
		<dc:creator>Luanne</dc:creator>
		<pubDate>Mon, 25 Oct 2010 06:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://not42.com/?p=43#comment-8475</guid>
		<description>excellent utility!
thank you</description>
		<content:encoded><![CDATA[<p>excellent utility!<br />
thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

