Firebird Data Provider 2.5.2 and 2.6 with DDEX
----------------------------------------------
Key: DNET-356
URL: http://tracker.firebirdsql.org/browse/DNET-356
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider, DDEX Provider
Affects Versions: 2.6, 2.5.2, 2.5.1, 2.5.0
Environment: Visual Studio 2010 Professional, Firebird 2.5, charset
UTF8, Widnows 2003 server
Reporter: Arkadiusz Widera
Assignee: Jiri Cincura
Priority: Critical
I get error message "Failed to merge object(s).
Object reference not set to an instance of an object.
I use DDXE and Data Designer. I try moved tables from Server Explorer to Data
Designer. I attach simple database. I can`t add TAB6 to data designer. When I
remove constraints, I can move table.
create table TAB1
(
TAB1_ID NUMERIC(18) not null,
TAB_TEXT VARCHAR(120) ,
constraint PK_TAB1 primary key (TAB1_ID)
);
create table TAB2
(
TAB2_ID NUMERIC(16) not null,
TAB1_ID NUMERIC(18) ,
TAB2_TEXT VARCHAR(120) ,
constraint PK_TAB2 primary key (TAB2_ID)
);
create table TAB4
(
TAB4_ID NUMERIC(16) not null,
TAB1_ID NUMERIC(18) ,
TAB4_N4 NUMERIC(4) ,
constraint PK_TAB4 primary key (TAB4_ID)
);
create table TAB3
(
TAB3_ID NUMERIC(18) not null,
TAB2_ID NUMERIC(18) ,
TAB3_N3 NUMERIC(3) ,
constraint PK_TAB3 primary key (TAB3_ID)
);
create table TAB5
(
TAB5_ID NUMERIC(18) not null,
TAB2_ID NUMERIC(18) ,
TAB4_ID NUMERIC(16) ,
TAB5_I INTEGER ,
constraint PK_TAB5 primary key (TAB5_ID)
);
create table TAB6
(
TAB6_ID NUMERIC(16) not null,
TAB5_ID NUMERIC(18) ,
TAB3_ID NUMERIC(18) ,
TAB6_N18_4 NUMERIC(18,4) ,
constraint PK_TAB6 primary key (TAB6_ID)
);
alter table TAB2
add constraint FK_TAB2_TAB1_TAB2_TAB1 foreign key (TAB1_ID)
references TAB1;
alter table TAB4
add constraint FK_TAB4_RELATION__TAB1 foreign key (TAB1_ID)
references TAB1;
alter table TAB3
add constraint FK_TAB3_RELATION__TAB2 foreign key (TAB2_ID)
references TAB2;
alter table TAB5
add constraint FK_TAB5_RELATION__TAB2 foreign key (TAB2_ID)
references TAB2;
alter table TAB5
add constraint FK_TAB5_RELATION__TAB4 foreign key (TAB4_ID)
references TAB4;
alter table TAB6
add constraint FK_TAB6_RELATION__TAB5 foreign key (TAB5_ID)
references TAB5;
alter table TAB6
add constraint FK_TAB6_RELATION__TAB3 foreign key (TAB3_ID)
references TAB3;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider