Tables link by Stored Procedure

  • I need to Link two tables by SP

    I need to Link Field F1 of Table T1 with F2 of table T2




    My Blog: http://dineshasanka.spaces.live.com/

  • Please explain bit more about linking.

    ie., do you want to define a simple relation ship between F1 and F2?

    If so then you can use Foreign Key constraint.

    If this relationship is complex then a trigger can be written to implement the logic.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply