Seems to have worked around issue now. If it's of any use to others. here's my problem and solution.
Seems that when I only want to include a few tables but they have foreign key constraints set...
Type: Posts; User: cbarran; Keyword(s):
Seems to have worked around issue now. If it's of any use to others. here's my problem and solution.
Seems that when I only want to include a few tables but they have foreign key constraints set...
Thanks I done this and I can now connect to the mssql database and introspect the database.
However reverse engineering the database seems to have issues regarding foreign key tables not...
I'm trying to reverse engineer a ms sql database but running into this error.
JDBC driver not available for 'net.sourceforge.jtds.jdbc.Driver'
According to the docs ms sql is supported.
My...