Posts by Gian Eric • 63 points
4 posts
-
2
votes8
answers481
viewsA: I can’t learn syntax for
You have to understand to memorize !! It’s like a loop, a loop, For i starting with 0 up to 10 adding ++ means step one on one, Alert(1); Return For i starting with 1 up to 10 adding ++ means step…
-
1
votes1
answer1615
viewsA: How to copy SQLITE database from internal memory to SD card command Linux
I actually copied it to my PC instead of the SDCARD so I was able to open it with an SGBD. With the help of @g.carvalho97 I was able to do it as follows: I enabled the "USB Debugging" of the tablet…
-
2
votes1
answer1615
viewsQ: How to copy SQLITE database from internal memory to SD card command Linux
Good morning, you guys, One day I managed to find the database of an android application I am doing in the internal memory via Linux commands, the application is in Delphi XE but the storage…
-
1
votes1
answer1986
viewsQ: Problem Inserting Into SQLITE Table Using RAD STUDIO XE6
Good Afternoon, I have a problem in my code, use Rad Studio XE6 connected to a base SQLITE, when I insert values with point in the table occurs the following error for example = 'near "6.75":syntax…