Jump to content
The Uniform Server Community

carlyman

Member
  • Posts

    1
  • Joined

  • Last visited

carlyman's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. carlyman

    Foreign Keys

    When creating a table with foreign key constraints, the table is created successfully; however, the constraints don't hold true. For example, when inserting values into the new table, the values inserted should match the referenced values. This is not happening. Here is an example of my statement: CREATE TABLE test (a int, b int, c int, FOREIGN KEY (a, REFERENCES test2(e,f)) Would the Uniform Server package be affecting this at all? Or, perhaps I am dong something wrong? Thanks for your help, JC
×
×
  • Create New...