Hi List,
i tested a simple implementation on raw sql for db_text.
no column selection, where conditions and is only select.
given a table name, it just retrieves all the records.
useful for iterating records from script.
the intent is to proceed to support column selection, where conditions, select/update/delete
would that be of interest ?