SQLProvider icon indicating copy to clipboard operation
SQLProvider copied to clipboard

Working against dbml file instead of real database

Open ceth-x86 opened this issue 6 years ago • 2 comments

Description

Sometimes there is no way to connect to real database and in this case it will be fine to work agains DBML file (which was created by sqlmetal https://msdn.microsoft.com/ru-ru/library/bb386987(v=vs.110).aspx) instead of real database.

Is it possible ?

ceth-x86 avatar Jan 31 '18 09:01 ceth-x86

Currently we don't have any kind of caching. But you can create a local database and change the connectionstring on the fly.

This is kind of duplicate of #361

Thorium avatar Jan 31 '18 17:01 Thorium

There is a nice post about this problem.

But it would be nice to have an option for enabling dumping dbml file, if it's not present.

voroninp avatar Mar 17 '20 20:03 voroninp