Server Error in '/' Application.

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

Source Error:


Line 29:         Con.Open()
Line 30:         Cmd.Connection = Con
Line 31:         R = Cmd.ExecuteReader
Line 32:         Dim S As String = ""
Line 33:         If R.HasRows Then

Source File: h:\root\home\kihbtacke-001\www\root\News.aspx.vb    Line: 31

Stack Trace:


[OdbcException (0x80131937): ERROR [42S02] [MySQL][ODBC 5.1 Driver][mysqld-5.6.21-log]Table 'db_a7be79_ms.tblbloganswers' 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
   News.GetArticle(Int32 ArticleID) in h:\root\home\kihbtacke-001\www\root\News.aspx.vb:31
   News.Page_Load(Object sender, EventArgs e) in h:\root\home\kihbtacke-001\www\root\News.aspx.vb:16
   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