I code almost exclusively for PC, but occasionally have to code for MAC. I often write SQL to query data and I typically use the Microsoft ActiveX Data Objects 6.1 Library. When running such code on the MAC, the user received a Can't find project or library error. This occurred on the line of code that dimensions the ADODB.Connection object.
Can I write SQL queries for the MAC? If so, is there a different reference that must be set for the MAC?
Can I write SQL queries for the MAC? If so, is there a different reference that must be set for the MAC?