Server Error in '/' Application.

ERROR [42S02] [MySQL][ODBC 5.1 Driver][mysqld-5.6.21-log]Table 'db_a7be79_ms.courserequirements' doesn't exist

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.Odbc.OdbcException: ERROR [42S02] [MySQL][ODBC 5.1 Driver][mysqld-5.6.21-log]Table 'db_a7be79_ms.courserequirements' doesn't exist

Source Error:


Line 76:                 Cmd.CommandText = "SELECT coursefees as listitem FROM coursefees WHERE coursetypeid=" & coursetypeid
Line 77:         End Select
Line 78:         R = Cmd.ExecuteReader
Line 79:         If R.HasRows Then
Line 80:             If ListType = 1 Then

Source File: h:\root\home\kihbtacke-001\www\root\RegularCourses.aspx.vb    Line: 78

Stack Trace:


[OdbcException (0x80131937): ERROR [42S02] [MySQL][ODBC 5.1 Driver][mysqld-5.6.21-log]Table 'db_a7be79_ms.courserequirements' doesn't exist]
   System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) +1111142
   System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod) +1059
   System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader) +68
   System.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior) +79
   System.Data.Odbc.OdbcCommand.ExecuteReader() +12
   DiplomaModule1.Thelist(Int32 coursetypeid, Int64 ListType) in h:\root\home\kihbtacke-001\www\root\RegularCourses.aspx.vb:78
   DiplomaModule1.Page_Load(Object sender, EventArgs e) in h:\root\home\kihbtacke-001\www\root\RegularCourses.aspx.vb:21
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0