I'm developing a access db frontend to connect to a mysql database server. The access users may not have the same version of access or the same version of windows. When creating ADO recordsets, connections, and command objects is it necessary to use late binding techniques when declaring the variables so that compatibility is ensured for various users. I haven't seen many examples of ADO object declarations in code examples on this site ot others that use this technique so I'm wondering if it's an issue at all.
Thanks.
Thanks.