We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySql.Data.MySqlClient.MySqlException HResult=0x80004005 Message=Table 'msharpworld.item_loot' doesn't exist Source=MySql.Data StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at Mangos.Common.Legacy.SQL.Query(String sqlquery, DataTable& Result) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Common\Mangos.Common.Legacy\SQL.cs:line 369
This exception was originally thrown at this call stack: [External Code] Mangos.Common.Legacy.SQL.Query(string, ref System.Data.DataTable) in SQL.cs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MySql.Data.MySqlClient.MySqlException
HResult=0x80004005
Message=Table 'msharpworld.item_loot' doesn't exist
Source=MySql.Data
StackTrace:
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at Mangos.Common.Legacy.SQL.Query(String sqlquery, DataTable& Result) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Common\Mangos.Common.Legacy\SQL.cs:line 369
This exception was originally thrown at this call stack:
[External Code]
Mangos.Common.Legacy.SQL.Query(string, ref System.Data.DataTable) in SQL.cs
The text was updated successfully, but these errors were encountered: