localdb

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Microsoft SQL Server
Post Reply
yarodev
Posts: 4
Joined: Sun 02 Nov 2014 06:39

localdb

Post by yarodev » Sat 03 Jan 2015 20:55

Hi Dears,
I cannot find any possibility to connect localdb functionality.
Thanks for any hints.

best regards,
yaro

yarodev
Posts: 4
Joined: Sun 02 Nov 2014 06:39

Re: localdb

Post by yarodev » Sat 03 Jan 2015 21:09

I see that in code mode db open successfull.
sqlconnection = new sqlconnection("Data Source=(LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\db.mdf;Integrated Security=True");

Unfortunately in designer mode (right click on sqlConnection1 object) there is no possibility to work with locldb connection.

How to work with localdb in designer mode?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: localdb

Post by Pinturiccio » Tue 06 Jan 2015 15:37

We have reproduced and fixed the bug with not displaying the "AttachDBFilename" connection string parameter in the Connection Editor. We will post here when the corresponding build of dotConnect for SQL Server is available for download.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: localdb

Post by Pinturiccio » Thu 15 Jan 2015 16:17

New build of dotConnect for SQL Server 2.70.1159 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/sqlser ... nload.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?t=31093

zangxuma
Posts: 1
Joined: Tue 27 Jan 2015 03:37

Re: localdb

Post by zangxuma » Tue 27 Jan 2015 07:56

you should test the connection db
Last edited by zangxuma on Fri 09 Apr 2021 03:08, edited 13 times in total.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: localdb

Post by Pinturiccio » Wed 28 Jan 2015 10:26

We always test our public build before releasing. dotConnect for SQL Server 2.70.1159 can establish a connection to SQL Server LocalDB both in runtime and design time.

If you have any issues when establishing connection, please describe them in more details:
1. the steps you perform for reproducing the issue.
2. the message and stack trace of the exception and all inner exceptions;

Post Reply