Posts by Julio Sardenberg • 11 points
2 posts
-
1
votes4
answers188
viewsA: SQL Embedded in C#
There are options to install Mysql directly on Android, transforming it into a server. A good option would be to migrate your database to Mariadb (Opensource version of Mysql) and use :…
-
-1
votes3
answers855
viewsA: Trigger to update modification date in Firebird
You cannot do this because sgbd itself will prevent it. If you could, it would create an infinite loop!