User Profile & Activity

Feyza Capanoglu Member
Posted: November 5, 2010 5:34 AM

Hi Niven,

I just want to bind the data. It doesn't matter how. I watched the video. 

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)

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. 

So why does it not recognize the server when I try the WebScheduler Database Wizard?

(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?!)


Thanks,

Feyza

Posted: November 4, 2010 6:49 AM

Hi Niven,

Thanks for the reply.

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). 

I send you a screenshot. Please inform me if I try the right way to bind data. 

By the way the movie sample seems similar to our project, but I need sql connection.. 


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"?


        DataSet dsScheduler ;
        WebScheduler1.DataSource=dsScheduler;
        WebScheduler1.DataBind();

 


Thanks,

 Feyza

All times are GMT -5. The time now is 10:27 PM.
Previous Next