Base solution for your next web application
Open Closed

RAD Tool Load from Database does not detect tables #5374


User avatar
0
Kelly created

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)
  • User Avatar
    0
    yekalkan created

    We don't have such a restriction.

  • User Avatar
    0
    Kelly created

    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.

  • User Avatar
    0
    maharatha created

    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

  • User Avatar
    0
    yekalkan created

    This will be fixed in next release.