Posts by Luan Silveira • 1 point
2 posts
-
0
votes0
answers8
viewsQ: Mysql 5.6.12 - How to create date field with current default value
I am creating a table that has a separate date and time field (yes, the two separate fields), and in these I want the default value to be the current date/time. I tried to create the field with…
-
0
votes0
answers57
viewsQ: Android - Error while saving file on SD card
I recently created an application in which I share files through a Intent filter, so that the user can save the shared file to any system folder. The purpose of this application is to share a file…