JDBC:does nt let me create 2 tables! - TechRepublic
General discussion
November 4, 2005 at 10:56 AM
rohan_technews

JDBC:does nt let me create 2 tables!

by rohan_technews . Updated 20 years, 8 months ago

I have made an awt interface.in that i have 2 buttons to create their respective tables in database.the problem is that when i create table B immediately after i create table a i get an sql exception.tab b has a foreign key of tab a(id). i need to close my interface and then create table b. then it gets created.

This discussion is locked

All Comments