﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Tue, 02 Mar 2010 20:25:15 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Thank you for the constructive criticism.&lt;br/&gt;I have informed this to Documentation team to be fixed. The fix will be included in the next installer file of Intersoft WebUI Studio.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Please feel free to contact us with any questions or concerns you may have.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Tue, 02 Mar 2010 15:46:01 GMT</pubDate><dc:creator>roamerz</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>&lt;p&gt;Could you please update the walkthrough with the correct information. It would sure save people some valuable time and perhaps influence their purchasing decision in a positive manner. I ran into this same issue while trying to evaluate the product.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Mon, 01 Mar 2010 04:57:58 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;On step #16: Add a new class and named it &lt;b style="mso-bidi-font-weight: normal"&gt;Intersoft_DataSet.cs&lt;/b&gt;.
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;On step #17: Here is the Intersoft_DataSet.cs’s content.
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Inside the Intersoft_DataSet.cs class code, please modify following line.
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Line 2:
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Original code: &lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt;namespace&lt;/span&gt;&lt;span style="font-family: 'courier new'; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt; IntersoftDataSetTableAdapters
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Change to: &lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt;namespace&lt;/span&gt;&lt;span style="font-family: 'courier new'; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt; Intersoft_DataSetTableAdapters&lt;/span&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Line 14; 37; 60; 83; 106:
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Original code: &lt;/span&gt;&lt;span style="font-family: 'courier new'; color: #2b91af; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt;OleDbCommand&lt;/span&gt;&lt;span style="font-family: 'courier new'; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt; command = &lt;span style="color: blue"&gt;new&lt;/span&gt; &lt;span style="color: #2b91af"&gt;OleDbCommand&lt;/span&gt;();
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Change to: &lt;/span&gt;&lt;span style="font-family: 'courier new'; color: #2b91af; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt;SqlCommand&lt;/span&gt;&lt;span style="font-family: 'courier new'; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt; command = &lt;span style="color: blue"&gt;new&lt;/span&gt; &lt;span style="color: #2b91af"&gt;SqlCommand&lt;/span&gt;();&lt;/span&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Line 17; 40; 63; 86; 109:
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Original code: &lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt;return&lt;/span&gt;&lt;span style="font-family: 'courier new'; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt; (&lt;span style="color: blue"&gt;int)&lt;/span&gt;command.ExecuteScalar();
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Change to: &lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt;return&lt;/span&gt;&lt;span style="font-family: 'courier new'; font-size: 10pt; mso-fareast-language: en-us; mso-no-proof: yes"&gt; &lt;span style="color: blue"&gt;int&lt;/span&gt;.Parse(command.ExecuteScalar().ToString());&lt;/span&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2; mso-fareast-font-family: simsun; mso-fareast-language: zh-cn; mso-ansi-language: en-us; mso-bidi-language: ar-sa"&gt;If the error still persists, could you please kindly send the complete project for further investigation?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Sat, 27 Feb 2010 17:17:35 GMT</pubDate><dc:creator>fgary6861</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>&lt;p&gt;Ok the previous sql server post has been resolved it was simply a setting in vs2008 causing the problem. so now everything is almost ok. I have replicated the movies project and built with no errors.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;However, when I try to run the project in vs2008 the page loads with a blank white page and I noticed the webscheduler_movies.mdf sql database file keeps closing the server connection as soon as the page loads.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Help please.......I think I am close!&lt;/p&gt;</description></item><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Sat, 27 Feb 2010 16:44:51 GMT</pubDate><dc:creator>fgary6861</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>&lt;p&gt;Hi, as a followup to my previous post, I think I almost have this figured out by pretty much duplicating the movies project code. However, I am getting database errors regarding sql server to the effect that I am using version 655 and the webscheduler/isdatasurce only supports version 612 and lower with no downgrade path.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am using sql server full 2008 x64 with sp1 as follows:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Microsoft SQL Server Management Studio      10.0.2531.0&lt;br /&gt;Microsoft Analysis Services Client Tools      10.0.1600.22&lt;br /&gt;Microsoft Data Access Components (MDAC)      6.1.7600.16385&lt;br /&gt;Microsoft MSXML      3.0 4.0 5.0 6.0 &lt;br /&gt;Microsoft Internet Explorer      8.0.7600.16385&lt;br /&gt;Microsoft .NET Framework      2.0.50727.4927&lt;br /&gt;Operating System      6.1.7600&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;is this sql version "to new"?  If so, what is the nearest "downgraded" version I can use. Can I use sql server full version at all?&lt;/p&gt;
&lt;p&gt;I have spent 4 days trying to get a simple webscheduler application to simply load in a browser and am getting really frustrated trying to evaluate this product.&lt;/p&gt;</description></item><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Sat, 27 Feb 2010 14:36:56 GMT</pubDate><dc:creator>fgary6861</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>&lt;p&gt;Hi, could you be more specific as to how to use the dsSchedulerMoviesSql.cs? I am getting the exact same 30 error messages as posted here by Kevin. I have tried cutting and pasting the c# code from dsSchedulerMoviesSql.cs to the IntersoftDataSet.cs file as outlined in the walkthrough but I still get 20 error messages.&lt;/p&gt;
&lt;p&gt;Are there other steps I need to do? Please help and thanks&lt;/p&gt;</description></item><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Fri, 26 Feb 2010 02:48:26 GMT</pubDate><dc:creator>Krschauder</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>&lt;p&gt;Thank you.  Got it to work!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Thu, 25 Feb 2010 02:11:18 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;From your sent screenshot, it seems that the “this” refer to wrong object/class.&lt;/span&gt; &lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;You may check “dsSchedulerMoviesSQL.cs” inside ‘App_Code’ folder of WebSchedulerSamples project as the sample reference. The sample also shows about how to bind SQL database to WebScheduler uses ISDataSource.&lt;/span&gt; 

&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Look forward for your response.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebScheduler 3-Binding to SQL database step 18</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-3-Binding-to-SQL-database-step-18/</link><pubDate>Tue, 23 Feb 2010 21:49:23 GMT</pubDate><dc:creator>Krschauder</dc:creator><category>WebScheduler</category><category>WebUIFramework</category><description>I am currently trying to do the walkthrough of binding a SQL database
to Webscheduler using ISDataSource. On step 18. Build the Solution, I
get the attached errors. It is complaining on the this.Connection line.</description></item></channel></rss>