Posts by Kronox • 13 points
3 posts
-
0
votes2
answers27
viewsQ: Get an item from each Row
How can I get an Item from each Row? For example, I have a column with the following rows: TEST TEST TESTE2 TESTE2 TESTE3 As I wished: TEST TESTE2 TESTE3 My code: public void carregar(){ qy =…
-
0
votes1
answer32
viewsA: Registering new date in Mysql
I decided, I had to change the Datacreated column to the datetime format instead of timestamp because the timestamp was set to update itself.
-
1
votes1
answer32
viewsQ: Registering new date in Mysql
When I first register the item in the database it takes the date it was created and saved in the database, the problem happens when I edit the item in the program and then saved in the database it…