deep
Sep 28th, 2000, 03:41 PM
Hi,
I am using a dbgrid control. I am using oracle database and ado to connect to the database.The code that i have is
dbIniRec.Datasource = rsB
rsB is the recordset object. It gives me an error saying
Runtime Error:430
Class does not support automation or does not support
expected interface.
Can anyone please tell me why it is giving this error.
I am using a dbgrid control. I am using oracle database and ado to connect to the database.The code that i have is
dbIniRec.Datasource = rsB
rsB is the recordset object. It gives me an error saying
Runtime Error:430
Class does not support automation or does not support
expected interface.
Can anyone please tell me why it is giving this error.