Does anybody know how to disconnect a recordset in FiveWin / xHarbour.
In VB its
Set oRs.ActiveConnection = Nothing
In FiveWin / xHarbour
oRs:ActiveConnection := Nil // does not work.
oRs:ActiveConnection := "" // does not work.
Thanks,
Byron...