I have a vb6.0 program that using ADO Data Control 6.0(SP3)(OLEDB) as data source, and I also need Microsoft ActiveX data Object 2.x library (SP3) for coding. However, as long as I reference to activeX data object library higher than 2.0 and run the program, it gave me an error at event of ADODC1_willmove.
"compile err: procedure declaration does not match description of event or procedure having the same name".
If I using 2.0 as reference, it didn't generate any error. The reason I want use higher version is that the recordset object doesn't have a Index property in 2.0 version library which I do need it in my code like this: rsCopies.index = "Title_Copy".
thankstianjin
"compile err: procedure declaration does not match description of event or procedure having the same name".
If I using 2.0 as reference, it didn't generate any error. The reason I want use higher version is that the recordset object doesn't have a Index property in 2.0 version library which I do need it in my code like this: rsCopies.index = "Title_Copy".
thankstianjin