File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes please what is the problem with my SQL data structure? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "please what is the problem with my SQL data structure?" Watch "please what is the problem with my SQL data structure?" New topic
Author

please what is the problem with my SQL data structure?

André Asantos
Ranch Hand

Joined: Nov 23, 2009
Posts: 234
please what is the problem with my SQL data structure?

create table tbEndereco(
rua varchar (100),
bairro varchar (100),
cidade varchar (100),
estado varchar (2),
pais varchar (100),

constraint fk_constraint foreign key (CdFuncionario)
references tbDadosFuncionario(CdFuncionario)
)





André AS


André AS
Jan Cumps
Bartender

Joined: Dec 20, 2006
Posts: 2343

Hi André,

What is going wrong?
Do you have an error message?
What database are you using?


OCUP UML fundamental
ITIL foundation
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: please what is the problem with my SQL data structure?
 
Similar Threads
hibernate migration
Error in executeQuery() on callableStatement
set values in a table from other
Adding a bit new info to the jforum_user table when registerting
Data truncation issue