Discussion:
[Middlegen-user] middlegen using ms sqlserver "Can't find tables": Solution
Marcus Popetz
2003-07-03 19:56:08 UTC
Permalink
I could get middlegen to connect to my database in MS SQL Server but it
couldn't read the tables.

I had to specify the schema, "dbo" in my case, in the mssql.xml file.
Unfortunately, the build.xml script isn't listening to that value. I
edited the schema="" line in the build.xml file to contain my schema
name and it started working.

Hope this saves someone else some trouble...

-mp

Loading...