I noticed that when you use the RAD Tool to "Load from Database" and enter a connection string to my database, I get a message "There is no table in the database". Yet, if I change the connection string database to the template database schema, it works. Does this feature not support tables names that do not start with Abp. or schemas other then dbo.? I use Schema names and table names that are different (e.g. Marketing.Projects). If not, are there plans to support?
4 Answer(s)
-
0
We don't have such a restriction.
-
0
Are you sure? if I create a table in my database that does not have a custom Schema like Marketing.Categories , but rather just dbo.Table1 it shows up (and only that table). if I rename Table1 to dbo.Categories so that I have a table dbo.Categories and Marketing.Categories, then two tables show up to pick.
-
0
I concur this issue. I faced the same issue. The RAD tool only gets the dbo.table. I also changed the default schema for my login and still no luck
-
0
This will be fixed in next release.