In Access 2007, when I attempt to read from an Oracle database, I get the following message: Error 3847 - odbcDirect is no longer supported. Change your code to use ADO instead of DBO.
I am attempting to change the code from:
Dim sql as string
Dim rsProv As Recordset
Dim OraD As Database...