Posts by Loid • 71 points
5 posts
-
2
votes2
answers45
viewsQ: Group select and return exact amount
Guys I’m using Entity and I have a query that returns some 2000 lines. After doing this: base.Get(queryParameters) .GroupBy(x => new { x.Id }) Until then it is normal,I work with pagedlist, where…
-
2
votes2
answers840
viewsQ: Update in a column using more than one return
I have to update a certain field of a table by subtracting from it the values returned from a select in another table. The problem I’m facing is that as select returns more than one value and I have…
-
2
votes1
answer128
viewsQ: Error using Code First From Database
I’m trying to use the Entity Framework with a Sqlserver database that I created outside of Visual Studio. The problem is that when I add the ADO.NET Entity data Model to the project to do the…
-
1
votes0
answers30
viewsQ: Access XML Returned from Webservice
I am using the delphi seattle to develop an app and access a webservice asmx/Soap, and that the return of the methods is in xml. I can access all the methods of the webservice and have already…
-
0
votes1
answer1223
viewsQ: Mysql - Insert multiple products in one order
I have an order table in mysql, where the total order value, the date, the customer’s id, and the products that were purchased should be informed. The problem that these products are in the product…