﻿<?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 - How can I get data from resource?</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-get-data-from-resource/</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>How can I get data from resource?</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-get-data-from-resource/</link><pubDate>Sun, 07 Nov 2010 23:31:34 GMT</pubDate><dc:creator>niven</dc:creator><category>resource binding database</category><description>&lt;p&gt;Hi Feyza,&lt;/p&gt;
&lt;p&gt;The Database Wizard is used for creating a new database. As I recall your previous post, you already have the database. In my opinion what is left is only to bind your database to the WebScheduler. There should be no problem whether you use a Windows Authentication or SQL Server Authentication, the problem is remain on the connection of your server.&lt;/p&gt;
&lt;p&gt;If you don't mind I can remote to your desktop to investigate more your issue. I will be available from Monday til Friday, 08.00 - 17.00 (GMT&amp;#43;7).&lt;/p&gt;
&lt;p&gt;Please send me your credentials to &lt;a href="mailto:technical@intersoftpt.com"&gt;technical@intersoftpt.com&lt;/a&gt; with notes refering to me and this thread.&lt;/p&gt;
&lt;p&gt;Thank you and have a nice day.&lt;br /&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Niven.&lt;/p&gt;</description></item><item><title>How can I get data from resource?</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-get-data-from-resource/</link><pubDate>Fri, 05 Nov 2010 05:34:14 GMT</pubDate><dc:creator>fcapanoglu</dc:creator><category>resource binding database</category><description>&lt;p&gt;Hi Niven,&lt;/p&gt;&lt;p&gt;I just want to bind the data. It doesn't matter how. I watched the video. &lt;/p&gt;
&lt;p&gt;He starts with the database wizard to create a database but the problem is I do the same thing but it says that the server is not found. (server ip and user sa and the password are $ispct;100 true)&lt;/p&gt;
&lt;p&gt;Afterwards I created a dataset as shown in the video and created the connection there is no problem in that. You can see at the attachment. &lt;/p&gt;
&lt;p&gt;So why does it not recognize the server when I try the WebScheduler Database Wizard?&lt;/p&gt;
&lt;p /&gt;
&lt;p style=""&gt;(It is may be caused by Authentication difference. At the video he used windows authentication I use sql Authentication.. Does it affect? May be I need to add something?!)&lt;/p&gt;
&lt;p style=""&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=""&gt;Thanks,&lt;/p&gt;
&lt;p style=""&gt;Feyza&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How can I get data from resource?</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-get-data-from-resource/</link><pubDate>Fri, 05 Nov 2010 03:38:44 GMT</pubDate><dc:creator>niven</dc:creator><category>resource binding database</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Actually we do have a sample for movies with SQL connection, &lt;strong&gt;MoviesSQL.aspx&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;For how to bind the data using SQL, you can refer to our documentation "&lt;strong&gt;Walkthrough: Binding SQL database to WebScheduler using ISDataSource&lt;/strong&gt;". &lt;/p&gt;
&lt;p&gt;Did you want to bind the WebScheduler programmatically? You can bind it programmatically but you can only use ISDataSource. And you can't do the snippet code above to bind programmatically.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Niven.&lt;/p&gt;</description></item><item><title>How can I get data from resource?</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-get-data-from-resource/</link><pubDate>Thu, 04 Nov 2010 06:49:05 GMT</pubDate><dc:creator>fcapanoglu</dc:creator><category>resource binding database</category><description>&lt;p /&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Hi Niven,&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Thanks for the reply.&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;We use MS-SQL 2005 server and for development Visual Studio 2005. Date id is the primary key for the database we want to get data. I tried other scheduler products there were no problems with the connection or server (the ip, password etc. are true). &lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;I send you a screenshot. Please inform me if I try the right way to bind data. &lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;By the way the movie sample seems similar to our project, but I need sql connection.. &lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Other than the way above I tried to get the data by using the code below in cs file. But "DataSource" is not considered as a valid name. Is there an alternative name for "DataSource"?&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; " /&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; " /&gt;&lt;pre style="background-color: rgb(255, 252, 225); font-family: 'courier new', tahoma; font-size: 9pt; "&gt;        DataSet dsScheduler ;
        WebScheduler1.&lt;u&gt;DataSource&lt;/u&gt;=dsScheduler;
        WebScheduler1.DataBind();
&lt;/pre&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt; &lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; " /&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; " /&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Thanks,&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt; Feyza&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How can I get data from resource?</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-get-data-from-resource/</link><pubDate>Wed, 03 Nov 2010 23:45:17 GMT</pubDate><dc:creator>niven</dc:creator><category>resource binding database</category><description>&lt;p&gt;Hello Feyza,&lt;/p&gt;
&lt;p&gt;May I know what database server did your schedule is using? &lt;/p&gt;
&lt;p&gt;For the several channels, I believe you can look our WebScheduler samples -&amp;gt; Movies. I think this sample is the closest to what you need.=)&lt;/p&gt;
&lt;p&gt;Please let me know.&lt;/p&gt;
&lt;p&gt;Once again, welcome to Intersoft. Thank you for your attention on trying our products.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Niven.&lt;/p&gt;</description></item><item><title>How can I get data from resource?</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-get-data-from-resource/</link><pubDate>Wed, 03 Nov 2010 09:25:02 GMT</pubDate><dc:creator>fcapanoglu</dc:creator><category>resource binding database</category><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I am interested in buying this tool for the Scheduler. I downloaded the trial version to look if this product answers our need. We need the scheduler for a web.tv project. The scheduler is for showing program schedule of the channels to the end user. The program schedule is at the database server. I want to get the data from this resource. How can I bind the scheduler to the server? &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Secondly, this web.tv serves for several channels, that means several resources. The end user is to select which channel's program schedule to choose. How can I do this?&lt;/p&gt;
&lt;p&gt;Thank you for your interest.&lt;/p&gt;
&lt;p&gt;Yours sincerely,&lt;/p&gt;
&lt;p&gt;Feyza&lt;/p&gt;</description></item></channel></rss>