Hi Erel,
I know, but it does not show which table the column belongs to. With that, it would not be possible to determine what kind of field is being displayed, to take special action (like for a BLOB field).
Tried sql statements like SELECT T1.Col1, T2.Col2 FROM T1 as t1, T2 as t2 but getcolumnname only shows the fieldname.
I have build a short demo app to illustrate - see attached.