What is Active Record?

Discussion in 'Unix' started by shibuse, Apr 17, 2012.

  1. shibuse

    shibuse New Member

    Joined:
    Apr 17, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi All,

    I have the following questions:
    What is Active Record?
    where we can get the Active Record information?
    What the relation between Active records and nested functions?

    Please help me.

    Regards,
    Shibu K P
     
  2. geripaul8512

    geripaul8512 New Member

    Joined:
    Jul 10, 2014
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Active record is an approach to accessing data in a database. A database table or view is wrapped into a class. Thus, an object instance is tied to a single row in the table. After creation of an object, a new row is added to the table upon save.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice