Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » generate entities problem with sql server
generate entities problem with sql server [message #595558] Fri, 17 April 2009 15:12
ted beckett is currently offline ted beckettFriend
Messages: 4
Registered: July 2009
Junior Member
Hi, when I generate entities against a SQL Server 2005 database, entity
relationships are not being generated. Foreign key constraints are defined
for the database.

I've shown a constraint definition below which I got from Microsoft SQL
Server Management Studio. Any help is appreciated - Ted

ALTER TABLE [dbo].[ALL_EQUIPMENT] WITH NOCHECK ADD CONSTRAINT
[FK_EQUIPMENT_SUM_AFFILIATION] FOREIGN KEY([AFFILIATION])
REFERENCES [dbo].[L_AFFILIATION] ([AFFILIATION_CODE])
NOT FOR REPLICATION
Previous Topic:Still can't create a connection
Next Topic:How to grant custom ODA data source access to webapp jar files?
Goto Forum:
  


Current Time: Sat Apr 20 03:37:05 GMT 2024

Powered by FUDForum. Page generated in 0.03082 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top