That's because sometimes I have no clue what I'm talking about. I was not aware (not been around the block long enough) that jSQL could be used on B4A. If that's what your doing, and going by this post (
https://www.b4x.com/android/forum/threads/jsql.40056/) you could also use jSQL and create a local SQLite database with the proper driver. You could also just use B4A's SQL lib. I still stand by DBUtils ExecuteMap as a means to get a map from a SQL SELECT call. Then check out DBUtils InsertMaps method. This way you could use ExecuteMap to pull info out of one db and use InsertMaps to insert it to another db. You can either use DBUtils or you can just look at the source of those two methods to see how it is done and write your own methods.