Hello everyone, could someone please help me confirm the DBUtils.CreateTable function? I am noticing differences in the method signatures between B4A and B4i. Kindly check the attached screenshots.
Hey, on B4A we need a map of the fields and types and on B4I we need 2 lists? DBUtils.CreateTable(main_sql,"mytable",CreateMap("id":DBUtils.DB_INTEGER),"id") That makes double work.