Thanks for your reply stolze
I have data for dependent table which have 30 records and the independent table have only one record. I refer independent table's Id as foreign key in dependent table.
In message log the Error code is GSE0214N and the error description is "An insert statement failed="SQL0668N". Operation not allowed for reason code "7"on table "VER6_1.country" SQLSTATE-57016"
Here VER6_1 is schema and country is independent table.I have state table as dependent table.
the table structure is like this:
1. Country -whose structure like [CNT_ID integer PK,CNT_Nme Character,geometry polygon]
2. State-whose structure like[STT_ID Integer pk,CNT_ID Foreign Key,Stt_Nme char,Stt_alt Char,geometry polygon]
I am waiting for your reply.
Thanks
Pavan Rai