Hi,
I am trying to save a File.writelist from DBUtils.ExecuteMemoryTable but the results are
[Ljava.lang.string;@43dld538
.........
What am doing wrong with these codes
Thanks for helping
I am trying to save a File.writelist from DBUtils.ExecuteMemoryTable but the results are
[Ljava.lang.string;@43dld538
.........
What am doing wrong with these codes
B4X:
Dim list as List
list = DBUtils.ExecuteMemoryTable(SQL,"SELECT name FROM table1", Null,0)
File.WriteList(File.DirRootExternal,"sqllist.txt",list)
Thanks for helping