Server Error in '/' Application.

ERROR [42S02] [MySQL][ODBC 5.1 Driver][mysqld-5.6.21-log]Table 'db_a7be79_ms.coursetargetgroups' 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.coursetargetgroups' doesn't exist

Source Error:


Line 75:         Cmd.Connection = Con
Line 76:         Cmd.CommandText = "SELECT targetgroupname FROM coursetargetgroups WHERE courseid=" & courseid
Line 77:         R = Cmd.ExecuteReader
Line 78:         If R.HasRows Then
Line 79:             Do While R.Read

Source File: h:\root\home\kihbtacke-001\www\root\ShortCourses.aspx.vb    Line: 77

Stack Trace:


[OdbcException (0x80131937): ERROR [42S02] [MySQL][ODBC 5.1 Driver][mysqld-5.6.21-log]Table 'db_a7be79_ms.coursetargetgroups' 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
   CapacityBuildingCourses.Thelist(Int32 courseid) in h:\root\home\kihbtacke-001\www\root\ShortCourses.aspx.vb:77
   CapacityBuildingCourses.Page_Load(Object sender, EventArgs e) in h:\root\home\kihbtacke-001\www\root\ShortCourses.aspx.vb:23
   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