<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : SQL Server Provider</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : SQL Server Provider]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 08:17:24 +0000</pubDate>
  <lastBuildDate>Tue, 15 May 2007 14:09:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=5653</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[SQL Server Provider : I basically did what sserge suggested....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=22897&amp;title=sql-server-provider#22897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2547">hildegoat</a><br /><strong>Subject:</strong> 5653<br /><strong>Posted:</strong> 15 May 2007 at 2:09pm<br /><br />I basically did what sserge suggested. I took the SQLServerProvider code from the C# sample, used an online converter to turn it into VB and put it in as a separate module in my VB.NET project.]]>
   </description>
   <pubDate>Tue, 15 May 2007 14:09:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=22897&amp;title=sql-server-provider#22897</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server Provider : Did you every get this resolved?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=22733&amp;title=sql-server-provider#22733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2980">shady14u</a><br /><strong>Subject:</strong> 5653<br /><strong>Posted:</strong> 09 May 2007 at 7:57pm<br /><br />Did you every get this resolved? I am trying to do the same thing... Any Assistance would be great.]]>
   </description>
   <pubDate>Wed, 09 May 2007 19:57:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=22733&amp;title=sql-server-provider#22733</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server Provider : Thanks. I&amp;#039;ll give that a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=17853&amp;title=sql-server-provider#17853</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2547">hildegoat</a><br /><strong>Subject:</strong> 5653<br /><strong>Posted:</strong> 01 December 2006 at 5:34pm<br /><br />Thanks. I'll give that a try.]]>
   </description>
   <pubDate>Fri, 01 Dec 2006 17:34:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=17853&amp;title=sql-server-provider#17853</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server Provider : Hi Matt,Actually C# and VB.NET...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=17850&amp;title=sql-server-provider#17850</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5653<br /><strong>Posted:</strong> 01 December 2006 at 5:02pm<br /><br />Hi Matt,<br><br>Actually C# and VB.NET are so similar <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="middle"> that you can simply convert both those classes using something like <a href="http://authors.aspalliance.com/aldotnet/examples/translate.aspx" target="_blank">http://authors.aspalliance.com/aldotnet/examples/translate.aspx</a> and use the converted code. For example, try adding it into a regular VB.NET sample...<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 01 Dec 2006 17:02:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=17850&amp;title=sql-server-provider#17850</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server Provider : Hi,I&amp;#039;ve downloaded the evaluation...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=17817&amp;title=sql-server-provider#17817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2547">hildegoat</a><br /><strong>Subject:</strong> 5653<br /><strong>Posted:</strong> 30 November 2006 at 5:37pm<br /><br />Hi,<br><br>I've downloaded the evaluation version of the calendar software and it looks like were close to purchasing a license for it.&nbsp; The problem is that we do our development in VB.NET (2005) and SQL Server 2000. The VB.NET calendar sample does not show how to connect the calendar to SQL Server tables.<br><br>I've looked at the C# example that includes the SQL Server customer provider classes (providerSQLServer.cs and SQLDataHelper.cs). Is there some way I could get the custom SQL provider source code so that it would work for the VB.NET sample? Or is there someway to use that C# provider code in the VB.NET sample?<br><br>I'm admittedly new to using third-party components (and fairly new to VS.NET in general), so please bear with me if I tend to sound like a newbie. <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>Thanks!<br><br>-Matt<br>]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 17:37:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5653&amp;PID=17817&amp;title=sql-server-provider#17817</guid>
  </item> 
 </channel>
</rss>