Advertisement
Guest User

Ember Media Manager

a guest
Jul 18th, 2012
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. Title: Error
  2. Message: SQLite error
  3. no such table: movies
  4. StackTrace: at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  5. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  6. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  7. at System.Data.SQLite.SQLiteDataReader.NextResult()
  8. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  9. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  10. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
  11. at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  12. at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
  13. at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
  14. at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
  15. at EmberAPI.Database.FillDataTable(DataTable& dTable, String Command)
  16. Date/Time: 2012/07/18 14:29:07
  17. ===========================================================================================
  18.  
  19. Title: Error
  20. Message: SQLite error
  21. no such table: TVShows
  22. StackTrace: at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  23. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  24. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  25. at System.Data.SQLite.SQLiteDataReader.NextResult()
  26. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  27. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  28. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
  29. at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  30. at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
  31. at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
  32. at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
  33. at EmberAPI.Database.FillDataTable(DataTable& dTable, String Command)
  34. Date/Time: 2012/07/18 14:29:07
  35. ===========================================================================================
  36.  
  37. Title: Error
  38. Message: SQLite error
  39. no such table: TVShows
  40. StackTrace: at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  41. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  42. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  43. at System.Data.SQLite.SQLiteDataReader.NextResult()
  44. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  45. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  46. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  47. at Ember_Media_Manager.frmMain.SetTVCount()
  48. at Ember_Media_Manager.frmMain.FillList(Int32 iIndex)
  49. at Ember_Media_Manager.frmMain.frmMain_Load(Object sender, EventArgs e)
  50. Date/Time: 2012/07/18 14:29:07
  51. ===========================================================================================
  52.  
  53. Title: Error
  54. Message: SQLite error
  55. no such table: movies
  56. StackTrace: at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  57. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  58. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  59. at System.Data.SQLite.SQLiteDataReader.NextResult()
  60. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  61. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  62. at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
  63. at EmberAPI.Database.ClearNew()
  64. Date/Time: 2012/07/18 14:29:10
  65. ===========================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement