Please note that the name of the DLL has changed from SPT.DLL to MSASP110.DLL. You will have to change appropriately the Declarations in the Access Basic Code. For example, 

Declare Function CreateRMTQueryDEF Lib "SPT.DLL" (ConnectString As String, qd As RMTQueryDEF) As Integer

should be changed to,

Declare Function CreateRMTQueryDEF Lib "MSASP110.DLL" (ConnectString As String, qd As RMTQueryDEF) As Integer



MS Access SQL Pass Through DLL (MSASP110.DLL) drop contains the following files:

MSASP110.DLL	Windows DLL containing the SQL Pass Through functions
SPTDESCR.TXT	Documentation for installing and using the SPT DLL
DEMOSPT.MDB	An example application using the SPT DLL	
README.TXT	You're reading it now