in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Bug ? : SQLite error\r\nno such table

Last post 04-03-2009 7:26 AM by Robert Simpson. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 04-03-2009 6:20 AM

    Bug ? : SQLite error\r\nno such table

    Hello,

    I got a strange Exception :  SQLite error\r\nno such table: main.Movies_Ressources

    And that's true i have no table with this name. I search all my code and found nothing with this name. The Real name of the table is Movie_Ressources (without s) as i use EF i have no Proc, so no typo from my part.

    Here is the stack trace :

       at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
       at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
       at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
       at System.Data.SQLite.SQLiteDataReader.NextResult()
       at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
       at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
       at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
       at System.Data.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues)
       at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter)

     

    Any clue ?

    Thanks for your help

    Regards

    Dans 

     

     

     

  • 04-03-2009 7:26 AM In reply to

    Re: Bug ? : SQLite error\r\nno such table

    No clue without seeing the actual database file or the dump of the schema ...

    Feel free to e-mail it to me:  robert at blackcastlesoft dot com

     

Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems