Regular |
 |
Joined: Fri Feb 18, 2005 3:34 am Posts: 88 Location: Poland/Wrocław
|
Hi again,
Another question related to dialects' implementation. I have a very limited implementation of HSQLDB in C# which does not implement ALTER TABLE ADD CONSTRAINT unfortunately.
Is there a way to controll FOREIGN KEY constraint strategy? I would like to replace existing way (via ALTER TABLE) with adding constraint at the table time.
Also, the question is whether it makes sense (the lack of ADD CONSTRAINT syntax leads to lack of schema update possibility). I have a possibility of implementation supplementation (I am working with the code taken from gotDotNet).
_________________ Please rate this post if you've found it helpfull
Roland
|
|