Example lrc_RecordsetDeleteColumn

In the following example, the lrc_RecordsetDeleteColumn deletes the third column from a recordset.

lrc_RecordsetDeleteColumn((Recordset15*)Recordset20_0, 2);