Program error says "object already open" when it reach the statement :
De.RsPc.Open
De is related to the Data environment
RsPc related to a table
Is there a way to know if RsPc is opened or not such as
( if De.RsPc.Open=True )... any comment ?
(VB6)
Thanks
De.RsPc.Open
De is related to the Data environment
RsPc related to a table
Is there a way to know if RsPc is opened or not such as
( if De.RsPc.Open=True )... any comment ?
(VB6)
Thanks