Page 1 of 1

Create Data Source in Visual Studio

Posted: Thu 13 Mar 2014 10:01
by tiberiu.pfiszter
Hi

When I create a new Data Source in Visual Studio, dotConnect searches the entire database.
But it is taking a lot of time to do all the scan and selects for all the objects in all database schema.
Is there a way to get all objects only from the login user/schema? I only need to access 3 tables from my own schema, there is no need to wait that long every time I add a data source...

Re: Create Data Source in Visual Studio

Posted: Fri 14 Mar 2014 18:08
by Shalex
Please refer to http://www.devart.com/dotconnect/oracle ... izard.html > "The Wizard Or EDM Designer Work Very Slowly" and follow the listed points.

We recommend using Entity Developer (the Devart Entity Model item, *.edml) instead of EDM Wizard/Designer (the ADO.NET Entity Data Model, *.edmx): http://www.devart.com/entitydeveloper/ed-vs-edm.html.