Posts by Gustavo Brigagão • 71 points
6 posts
-
1
votes1
answer38
viewsQ: How to change a table indicating that data from a certain field can only vary from date 1 to date 2?
I have a table called "LOC_VEICULO" where the vehicle data are contained. I have the following field: DT_FABRICACAO (DATE), where the dates of manufacture of vehicles are stored. I need to change…
-
-5
votes1
answer31
viewsQ: Trigger for immovable system
Staff I am developing a property system and I need every five minutes the bank to read the property information, process and decrypt the information, send a processing confirmation and discard the…
-
2
votes1
answer698
viewsQ: Problem with Facebook login button
I am including the login button with facebook on my site, I am using the SDK made available to themselves (in java script). Everything usually happens, when clicking the button it requires the…
-
2
votes1
answer119
viewsQ: Using the Sort() method
Guys I have this following js code: var livro = { ISBN : '978-85-7522-347-5', titulo : 'Aprendendo a Desenvolver Aplicações Web', preco : 83.00, autor : 'Semmy Purewal' }; And I need to write a…
-
2
votes0
answers29
viewsQ: Why is it that in socket programs, a TCP server always has more than one socket?
Personal someone could take me that doubt?
tcpasked Gustavo Brigagão 71 -
-1
votes1
answer441
viewsQ: Update Mysqli Data
Staff need to make the BD update the following data of this wireframe via Mysqli, I would like some tips on how to proceed.…