Hello,
I have a table named Country, and that table exists in several schemas, like this.
[Schema1].[Country]
[Schema2].[Country]
[Schema3].[Country]
I would like to distinguish between these in ASPRunner, and have web pages for each table, because they are logically different.
Suprisingly is the generated output from ASPRunner only webpages for one Country table. Country_List.asp etc. Why isn't the webpages created like Schema1_Country_List.asp etc.? I know i can get around this problem using custom views, but wouldn't it make more sense if ASPRunner distinguish between tables in different schemas automatically?
I am using SQL Server and ASPRunner 5.1 build 327.
Mikael