|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to create a relationship one to many?
How do I create these relationships in firebird 1.5?
using delphi.... Thanks, |
|
#2
|
|||
|
|||
|
You need to pass to your server following SQL statement:
ALTER TABLE DetailsTableName ADD CONSTRAINT ForeignKeyName FOREIGN KEY (DetailsTableField) REFERENCES MasterTableName (MasterTableField); |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > How to create a relationship one to many? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|