How to retrieve default column value ? Simply using the miscellaneous DEFAULT(col_name) function.
Entries list
(4)
jQuery form dialog upload
In short, for upload form with ajax, can be do with :
- any form (in a jQuery-ui Dialog or not)
- FormData ( a set of key/value pairs representing form fields and their values )
Android SQlite affectedRows
Les INSERT/DELETE/UPDATE retourne the number of rows affected, mais pas les bons ! Pour résumer il retourne le nombre de row matching au critère WHERE.
Android charset json
Depuis Android comment conserver le charset UTF-8 ou ISO-8859-1 lors de l'échange de JSON ?