Dec 142017
 
MS Access SQL Pass Through DLL (MSASP110.DLL).
File SPT110.ZIP from The Programmer’s Corner in
Category Windows 3.X Files
MS Access SQL Pass Through DLL (MSASP110.DLL).
File Name File Size Zip Size Zip Type
DEMOSPT.MDB 98304 24050 deflated
MSASP110.DLL 62464 19071 deflated
README.TXT 731 370 deflated
SPTDESCR.TXT 18800 5326 deflated

Download File SPT110.ZIP Here

Contents of the README.TXT file


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.DLLWindows DLL containing the SQL Pass Through functions
SPTDESCR.TXTDocumentation for installing and using the SPT DLL
DEMOSPT.MDBAn example application using the SPT DLL
README.TXTYou're reading it now


 December 14, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)