in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » trigger (RSS)

Browse by Tags

  • Re: empty trigger causes connection to fail

    Hi Robert I've tried this and it works OK with the sqlite3.exe utility. BTW - it also works OK with many other non-.NET sqlite database managers (like SQLiteMaestro). Liron
    Posted to Bugs (Forum) by liron on 05-01-2009
  • Re: empty trigger causes connection to fail

    Hi Robert, I've tested it with the latest version (1.0.61.0) and it still fails .. If you can provide me with a hint where to look in the provider solution I'll try fix this myself :-) Thanks in advance Liron
    Posted to Bugs (Forum) by liron on 05-01-2009
  • empty trigger causes connection to fail

    I'm using version 1.0.58.0 of the provider. When I'm trying to connect to a database that contains the following trigger - the connection fails: CREATE TRIGGER empty_trigger UPDATE OF name ON test1 BEGIN END Of course there is no reason for such trigger to be there in the first place but still...
    Posted to Bugs (Forum) by liron on 04-29-2009
  • System.OutOfMemoryException when adding triggers

    Hi everyone, I am experiencing problems when trying to add a trigger to a table. After adding the trigger in the designer and saving, I get Exception of type 'System.OutOfMemoryException' was thrown . When I close the designer and refresh the tree view of my database file, the trigger shows up...
    Posted to Bugs (Forum) by soundofsilence on 12-06-2008
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems