Latest version available here: https://www.b4x.com/android/forum/threads/b4x-dbutils-2.81280/
B4i implementation of DBUtils: http://www.b4x.com/android/forum/threads/8475/#content
DBUtils v1.10 - CreateTable now accepts two lists instead of a map for the columns and their types. The reason for this is that maps in B4i do not preserve the order and the order of columns can be important. Note that the updated CreateTable sub can be copied as is to B4A.
B4i implementation of DBUtils: http://www.b4x.com/android/forum/threads/8475/#content
DBUtils v1.10 - CreateTable now accepts two lists instead of a map for the columns and their types. The reason for this is that maps in B4i do not preserve the order and the order of columns can be important. Note that the updated CreateTable sub can be copied as is to B4A.
Attachments
Last edited: