Posts by Victor Glauber • 95 points
6 posts
-
0
votes2
answers601
viewsA: How to use my already populated Firebird database for a web project in visual Studio 2015 using Entity framework?
I was able to make the connection only the old way, creating a Connection String and accessing the DB by SQL calls. This will make it difficult for me to develop, because I will not be able to use…
-
1
votes1
answer360
viewsQ: How to do Reverse Engineering via Entityframework using a Firebird data source in Visualstudio 2015?
I have an already populated Firebird database and would like to use this same database for a Web project in visual studio 2015. I would like to use a library class and generate the model using EF…
-
1
votes2
answers601
viewsQ: How to use my already populated Firebird database for a web project in visual Studio 2015 using Entity framework?
I have an already populated Firebird database and would like to use this same database for a Web project in visual studio 2015. I already installed Firebird ADO.NET Data Provider and tried to give a…
-
0
votes0
answers194
viewsQ: Provider: SQL Network Interfaces, error: 26 - Error Locating Server/Specified Instance
Hello friends, I am making a web application with Entityframework using Codefirst and every time I try to access, add or edit data has given the error below. Can anyone help me? I work with…
-
4
votes1
answer514
viewsQ: Passing an object to a Bootstrap modal
I need to pass a database object to a modal when I open it to display the object information. Is it possible to do that? follows the cshtml of the view in which the modal button is called, it opens…
-
1
votes1
answer144
viewsQ: Assert.Areequal() fails when everything seems to be right
I can’t find any errors in my Bubble Sort algorithm. But the assert returns error. I’m passing wrong arguments to the Assert.AreEqual()? //The method for testing public static int[] BubbleSort(int[]…