![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB Public Beta Tests » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Fri, Feb 2 2007 4:07 PM | Permanent Link |
"Ole Willy Tuv" | 1)
create table test ( c1 integer not null, c2 integer, constraint pk_test primary key (c1), constraint fk_test_c2 foreign key (c2) references test (c1) ) Error: ElevateDB Error #401 The table test does not exist 2) create table test ( c1 integer not null, c2 integer, constraint pk_test primary key (c1) ) alter table test add constraint fk_test_c2 foreign key (c2) references test (c1) Error: ElevateDB Error #300 Cannot lock table test for exclusive access Ole Willy Tuv |
Fri, Feb 2 2007 5:33 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Ole,
I was wondering how long it would take before you would notice this. ![]() I've known about it for some time and have had it on the list of items to address, and I actually fixed these issue last Tuesday. Build 7 will have the fixes. -- Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Monday, July 7, 2025 at 06:35 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |