This is a migrated thread and some comments may be shown as answers.

Help in implementing the OpenConnection method of the DbSchedulerProviderBase

2 Answers 89 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hassan
Top achievements
Rank 1
Hassan asked on 19 Nov 2008, 12:55 PM
i am reciving an error while creating connection
protected override DbConnection MySqlConnection()
    {
        base.ConnectionString = ConfigurationManager.ConnectionStrings["ConnectionStringApp"].ToString();
        DbConnection conn =  base.DbFactory.CreateConnection();
        conn.ConnectionString = ConnectionString;
        return conn;
    }

2 Answers, 1 is accepted

Sort by
0
Chandan Kumar
Top achievements
Rank 1
answered on 24 May 2010, 11:52 AM
Hi  ,
 i am Facing Same Problem.

  I need to RadScheduler to Be Connect  with MySql .

 what step a Need . please Help me out 

 Thanks
0
Peter
Telerik team
answered on 27 May 2010, 10:56 AM
Hello Chandan,

Please, review the Data Binding and Database structure help topics. Additionally, here is a code library project to help you get started - RadScheduler and SqlDataSource example.

Regards,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Scheduler
Asked by
Hassan
Top achievements
Rank 1
Answers by
Chandan Kumar
Top achievements
Rank 1
Peter
Telerik team
Share this question
or