in

System.Data.SQLite

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

Link multiple parameters across different tables

Last post 10-21-2009 8:56 PM by ranjan. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 10-21-2009 3:25 AM

    • ranjan
    • Not Ranked
    • Joined on 10-21-2009
    • Posts 4

    Link multiple parameters across different tables

    Establish relation between Parameter in one table with parameter in another table. e.g TABLE ABC (param,val) insert ABC (paramA, 30) TABLE BCD (param,val) insert BCD (paramB,50) Now there should be mechanism to create relation between two parameters with links so that when I modify paramA, paramB also get modified with values predefined/formula. It should also enable us to create cascade affect across multiple tables when parameter of one table is modified
  • 10-21-2009 8:09 AM In reply to

    Re: Link multiple parameters across different tables

    I'm sorry I don't follow ...

     

  • 10-21-2009 8:56 PM In reply to

    • ranjan
    • Not Ranked
    • Joined on 10-21-2009
    • Posts 4

    Re: Link multiple parameters across different tables

    Mechanism for inserting relationship between two parameters across tables. So that change in one parameters affect the others
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems