Posts by Douglas Souza • 35 points
5 posts
-
0
votes0
answers442
viewsQ: Must declare the scalar variable "@doc"
I searched a lot about this error but nothing seemed similar to what is happening to me, I created a cursor and after fetch next returns me the title error, someone could help? declare @doc int…
-
0
votes3
answers279
viewsQ: use of cursor to update item to item stock
I have a bank where the stock(onhand) must be changed each time an order(docentry) is made, whether it is a confirmed order or not, for that I need to download the order quantity(Qty) with a simple…
-
-1
votes1
answer49
viewsQ: Show only 1 secondary table record along with primary table on cursor
I have a cursor where it brings me data of a request (mother table) and the order items in xml(daughter table) currently the cursor brings request by request with fetch next, but the daughter table…
-
1
votes3
answers652
viewsQ: Web API does not return JSON
made a web api c# where by default returns xml, tried from various internet methods turn this return to json but when I make a request keeps coming in xml, someone could help? method giving the…
-
1
votes1
answer52
viewsQ: Add message in Oauth reply
I created a web api with token validation that works correctly, my problem is: I would like to put a message after the mandatory information, I leave attached an example image(I would like to add…