Posts by Thiago Rios • 26 points
3 posts
-
0
votes2
answers4510
viewsA: Round Up SQL SERVER
Is this what you’re looking for? I believe you’re doing the right thing, but rounding up would be using the CEILING function. I made an example where: Somapura is the sum of my values. Valuemove is…
sql-serveranswered Thiago Rios 26 -
1
votes1
answer467
viewsA: Access another project’s controller in the same Solution
Robson, you’re working with 2 Web Application projects, to run, they would need to be published (on a web server or a virtual web server as you’re doing there). What you want to do is the same as 2…
-
0
votes0
answers48
viewsQ: Corebluetooth - Send and receive a large data pack
I am developing an iOS app using only Corebluetooth, in the same application the device can be a Central or a Peripheral. Well, everything works fine, until I try to send a data packet above the…