Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
WebScheduleSqlClientProvider DataSourceId error
posted

If I leave the dataSourceId field in quick design blank the program works fine but uses the default database provided by Infragistics.

 I place an SqlDataSource object that points to my database and I get the following error message

Exception Type:        System.Data.SqlClient.SqlException
Exception Message:     Could not find stored procedure 'Reminder_Sel'.
Exception Source:      .Net SqlClient Data Provider
Exception Target Site: FireDataProviderError

What do i need to do to get the calendar to point to my database instead of the default database?

 thanks in advance.