Hi.
I have two tables say Table1 and Table2.
-->Table1. has 1 PK(type_id), 1 unique key(code), and 1 Fk (Parent_id), this FK is referencing the PK in this same table.
-->Table2 has 1 PK(id), and...
Type: Posts; User: scropio80; Keyword(s):
Hi.
I have two tables say Table1 and Table2.
-->Table1. has 1 PK(type_id), 1 unique key(code), and 1 Fk (Parent_id), this FK is referencing the PK in this same table.
-->Table2 has 1 PK(id), and...
hey thanx...........it worked
Hi
I am using spring framework with hibernate. I have to use two databases with a single web application. I m not getting any idea how can I do this.......can any one help me