oSqlSELECTcursor:SqlString: Ok to manipulate?
Mahanimann

Hi Boris,
I have subclassed SQLSelect and within that new class I manipulate ::SqlString, change ::SetPrimaryKey() and do a ::Refresh() to get a new (and/or reordered) set of data from the same table.
I've done this for a while now, and have found no trouble in any way. But just to make sure, do you see any problem using this approach? (I just have to ask because the :SqlString is not documented in the SQLSelect() section in the docs, only in SQLStatement() (from which SQLSelect is inherited from))
Best regards,
Mahanimann