ACC: How to Determine Version of INSTCAT.SQL File on ServerID: Q100467
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
Using the SQL Server ODBC driver with Microsoft Access requires that you
run the INSTCAT.SQL file on the ODBC installation disks. This article
describes the SQL stored procedure that you can use to query for the
version number of the INSTCAT.SQL file that was run against the SQL Server
computer.
The following syntax can be executed in a pass-through query in Microsoft
Access 2.0, 7.0 and 97 as well as in the Query window of SQL Server
Administration Facility (SAF) for MS-DOS, OS/2, Microsoft Windows or any
other operating system in which you can execute a stored procedure:
sp_server_info 500
attribute_id attribute_name attribute_value
--------------------------------------------------
500 SYS_SPROC_VERSION 01.00.2101
Keywords : kb3rdparty OdbcOthr
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: March 24, 1999