I was trying to prepare VBA functions to query an Oracle database via ODBC. However, when I was composing the program in Excel's
VB Editor, the compiler prompted me error, saying the Database, Recordset datatypes were not defined.
I found many examples, including the Excel Helps, that showed the usage of Recordset and Database types. So, I was wondering what I did wrong with my Excel program? My Excel is of version 2002 and the
VB Editor is of version 6.0
Would you please kindly show me the direction? Thank you in advance.