Am trying to do reverse engineering from a MS Sql Server database. When editing the reverse engineering reveng.xml file, where I have to select tables, I dont see my database, just it seems generic sql server system databases. master.INFORMATION_SCHEMA master.dbo master.sys
I have searched through all these and cannot seem to find my database and tables anywhere. I am pretty sure I entered my database name when I set up the jdbc connection.
I am using the Merlia driver, which works fine as the rest of the app and read from the database fine.
Any ideas? Thanks
|