SQLServer 2000 and middlegen

"Harris, Troy" <[email protected]> Thu, 10 Feb 2005 19:07:23 -0500
Newsgroups gmane.comp.java.ejb.middlegen.user
Message-ID <C3638EC24F4ED34088D49BAB50764AAC0F9A26@ecufacstaf2>
I am using MiddlegenIDE 1.0.1 to connect to a sqlserver 2000 database.  When I click on the "load Tables" button it gives me a list of tables.  I select a table and then choose run.  Middlegen runs for a couple of seconds and then returns an error stating that the database doesn't contain any tables named "TableISelected", to check and make sure it exists, and notifies me that some databases are case sensitive.  

This happens when I leave the schema name blank or whenever I put "dbo" in as the schema name.  Although middlegen lists the tables from which I am selecting, it acts like it can't find them when it goes to generate the code??  I have tried this using the jtds driver as well as the Microsoft supplied driver.  Does anyone have any insight into why I might be getting this error?

Any help will be greatly appreciated.
Thanks,
Troy Harris