I have a situation where programmatially I have established a recordset object (Dim ADORs As New ADODB.Recordset). I am using true db grid which depends on a data control. I want to set the recordset of the data control to the recordset of ADORS. For example:
data1.recordset = ADORS.recordset
But VB 6 does not like that. Any suggestions?
data1.recordset = ADORS.recordset
But VB 6 does not like that. Any suggestions?