Posts by Brenin_rice • 17 points
4 posts
-
-2
votes1
answer31
viewsQ: Create Query with Mysql
I’m having a problem, I have a search form with two inputs, and I want to build a query that will query either by employee number or by sector code. how to query? follows the code below. I thank…
-
0
votes2
answers267
viewsQ: Store Procedure not working properly
Galera created a Storeprocedure called, Cancelarnota, that through the use of cursors, back the products to the stock, pass the status of the item to canceled. This working, however, is not setting…
-
1
votes2
answers126
viewsQ: View Not Updatable in SQL Server
How to make a View not upgradable in SQL Server, because I’m not finding documentation that contains such a script.
sql-serverasked Brenin_rice 17 -
1
votes1
answer6563
viewsQ: Unable to load file or Assembly 'Entityframework, Version=5.0.0.0 or one of its dependencies
I wonder if anyone could help me with this mistake because I’m trying to enable the Migrations in a project and this error appears when giving the command enable-Migrations in the visual studio…