Posts by Pedro Lucas Lima • 1 point
3 posts
-
0
votes2
answers364
viewsA: sql inserts the wrong datetime into the table
Try it this way INSERT INTO tblClientes VALUES ('Zé', '1999-10-02', 1) Date has to be entered as string.
-
0
votes2
answers575
viewsA: Angular does not recognize a variable out of control
I managed to solve in a way, I still do not know if it is the correct way just for me to capture a geojson and play in my database, used as follows and worked. *//dentro do controle do angular*…
-
0
votes2
answers575
viewsQ: Angular does not recognize a variable out of control
I have a question, I have searched in other forums and I did not find the solution. I did a test on a code below just for demonstration. *//dentro do controle do angular*…