Most voted "sql-server-localdb" questions
Microsoft SQL Server 2014 Express Localdb is a running mode of SQL Server Express intended for software developers. Localdb installation copies a minimum set of files needed to start the SQL Server Database Engine.
Learn more…7 questions
Sort by count of
-
3
votes0
answers316
viewsConnection problem with bank . mdf
I’m in the way of connecting my application C# (Windows Forms) with a database in .MDF, which is already inserted in the project folder. On the computer of the course worked normally, but at home I…
-
1
votes0
answers174
viewsHow to Update SQL Server Localdb Version
I have a site project in ASP.NET MVC shared on team and home pc. I can connect in DB normally, however, when I log some user registered on the site on the pc of the job it happens the following…
-
1
votes2
answers421
viewsMy C# software with SQLEXPRESS Localdb database does not open on another PC, even installing all dependencies
1 - My C# software with SQLEXPRESS Localdb database does not open on another PC, even installing all dependencies. NOTE: My Development PC works perfectly. 2 - Programs I have already installed in…
c# sql-server sql-server-2014 sql-server-express sql-server-localdbasked 6 years, 8 months ago Dener Portela 9 -
0
votes0
answers133
viewsSync Sqlserver Express 2014 with Sqlserver Localdb using C#
I’m making an application Windows Forms using C# which will be connected to a bank SqlServer Express 2014 remote, however, I need some features to be available offline due to the poor quality of…
-
0
votes0
answers139
viewsLocaldb in visual Basic does not connect
My application does not connect to localDB. I’ve updated the SDT, changed the connectionstring in App.config but nothing works. The part of the code where I establish the connection is this: Dim…
-
0
votes1
answer183
viewsc# Silent install from localDB
My program needs Sqllocaldb.msi to run. I already downloaded this file and put it on the CD that I will distribute the program. The question is: Is there any way to make my setup.exe run this…
-
0
votes1
answer44
viewsHow to connect two Applications in the same instance of Localdb
I have a problem when connecting with the same instance of localDb in another application in the same solution. Detailing the project, I have an ASP . NET MVC5 application in the solution and also…