Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Implementing Common Data in SqlServer
Message
 
 
To
08/03/2006 13:36:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01102550
Message ID:
01103037
Views:
18
>My VFP application has some shared free tables that are used in numerous Client DBCs. The DBC tables have foreign keys from these free tables. How can this be implemented in SQLServer. Can I set up a Common database and place the primary key into other DB's tables?

Hi Mike,

You can but you have to keep in mind following consequences:
  • You'll have to give users access to the Common database, even if you're using stored procedures
  • The built-in Referential integrity works in database only. You'll have to use triggers to enforce cross-database referential integrity
    --sb--
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform