Server Error in '/' Application.

Table 'quantum.mealstyles' 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: Devart.Data.MySql.MySqlException: Table 'quantum.mealstyles' doesn't exist

Source Error:


Line 13:         Dim DS As DataSet = New DataSet
Line 14:         myAdapter.SelectCommand.CommandText = "select * from mealstyles"
Line 15:         myAdapter.Fill(DS)
Line 16:         Dim er As String
Line 17:         If DS.Tables(0).Rows.Count > 0 Then

Source File: C:\inetpub\vhosts\dining.tekieazi.com\mealtype.aspx.vb    Line: 15

Stack Trace:


[MySqlException (0x80004005): Table 'quantum.mealstyles' doesn't exist]
   Devart.Data.MySql.bl.t() +167
   Devart.Data.MySql.bl.d() +110
   Devart.Data.MySql.u.a(ag[]& A_0, Int32& A_1) +79
   Devart.Data.MySql.u.a(Byte[] A_0, Int32 A_1, Boolean A_2) +76
   Devart.Data.MySql.a2.e() +110
   Devart.Data.MySql.a2.o() +36
   Devart.Data.MySql.MySqlCommand.InternalExecute(CommandBehavior behavior, IDisposable stmt, Int32 startRecord, Int32 maxRecords) +1200
   Devart.Common.DbCommandBase.InternalExecute(CommandBehavior behavior, IDisposable stmt, Int32 startRecord, Int32 maxRecords, Boolean nonQuery) +19
   Devart.Common.DbCommandBase.ExecuteDbDataReader(CommandBehavior behavior, Boolean nonQuery) +441
   Devart.Common.DbCommandBase.ExecuteDbDataReader(CommandBehavior behavior) +6
   System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +12
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +139
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +136
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +88
   mealtype.Page_Load(Object sender, EventArgs e) in C:\inetpub\vhosts\dining.tekieazi.com\mealtype.aspx.vb:15
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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