Server Error in '/' Application.

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

Source Error:


Line 13:         Cmd.Connection = Con
Line 14:         Cmd.CommandText = "SELECT ID FROM tblPics"
Line 15:         R = Cmd.ExecuteReader
Line 16:         If R.HasRows Then
Line 17: 

Source File: h:\root\home\kihbtacke-001\www\root\GalleryPHP.aspx.vb    Line: 15

Stack Trace:


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