Create Data Source in Visual Studio

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
tiberiu.pfiszter
Posts: 1
Joined: Thu 13 Mar 2014 09:56

Create Data Source in Visual Studio

Post by tiberiu.pfiszter » Thu 13 Mar 2014 10:01

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...

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Create Data Source in Visual Studio

Post by Shalex » Fri 14 Mar 2014 18:08

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.

Post Reply