Posts by GabrielDragone • 49 points
5 posts
-
0
votes1
answer201
viewsA: How do I use http.get() in Flutter WEB?
To resolve the situation above, I did two things: I posted the API on a server to access via DNS instead of localhost. I inserted the header below in the file (API in PHP) that makes the above…
-
0
votes1
answer201
viewsQ: How do I use http.get() in Flutter WEB?
I’m trying to run a Flutter mobile project on WEB. There is a part that we make a requisition http an endpoint to take a JSON data that is used the following excerpt: final response = await…
-
-1
votes1
answer28
viewsQ: What is the best and simplest Prototyping Tool?
Good evening, everyone, What is the best and simplest Prototyping Tool you know?
prototypingasked GabrielDragone 49 -
1
votes2
answers2348
viewsA: How to make a user in SQL Server 2008 view only a VIEW?
As help from the above staff, I was able to create the Login for the Database, create the user and associate to the login above and allow this user to view only that particular view with the…
-
4
votes2
answers2348
viewsQ: How to make a user in SQL Server 2008 view only a VIEW?
I made a View to send to a customer, but I can’t pass the login and password to the general access. This way I created a user (cliente_view) and I would like this to view only the created View…