Hi All,
Is there a way to save a scrollview after a SQL.ExecQuery from a bigger SQL file into a "NEW" smaller SQL file ?
I could use
But I have to convert the csv file to SQL again.
Thanks and regards
Is there a way to save a scrollview after a SQL.ExecQuery from a bigger SQL file into a "NEW" smaller SQL file ?
I could use
B4X:
List1=DBUtils.ExecuteMemoryTable(SQL,Qry,Null,0)
SaveCSV(File.DirDefaultExternal, "filename.csv", ",",List1)
But I have to convert the csv file to SQL again.
Thanks and regards