Hello guys,
I am learning VBA by myself and I saw some codes that have the expression provider in it, like this one
Connection.Provider = "Microsoft.ACE.OLEDB.12.0"
I can not understand what is the function of the Provider in this case and where I can find the code in the right("Microsoft.ACE.OLEDB.12.0"). I would be more them glad if someone could help me.
Ps:Connection is an ADODB.Connection object.
I am learning VBA by myself and I saw some codes that have the expression provider in it, like this one
Connection.Provider = "Microsoft.ACE.OLEDB.12.0"
I can not understand what is the function of the Provider in this case and where I can find the code in the right("Microsoft.ACE.OLEDB.12.0"). I would be more them glad if someone could help me.
Ps:Connection is an ADODB.Connection object.