How to obtain SQL Server version information from Visual FoxPro (191867)
The information in this article applies to:
- Microsoft Visual FoxPro for Macintosh 3.0b
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
- Microsoft Visual FoxPro for Windows 7.0
- Microsoft Visual FoxPro 8.0
- Microsoft Visual FoxPro 9.0 Professional Edition
This article was previously published under Q191867 SUMMARY Information regarding the versions of Microsoft SQL Server
can be useful when you are writing commands that are intended to be specific to
a particular version of SQL Server. To check for version
information, use one of the following methods:
- Use the "@@version" global variable.
- Use the "xp_msver" extended stored procedure.
- Query the version column of the sysdatabases
table.
All of these methods return the same information. This article
describes how to obtain the SQL Server version information from within Visual
FoxPro.
Modification Type: | Major | Last Reviewed: | 2/16/2005 |
---|
Keywords: | kbcode kbhowto kbSQLProg KB191867 kbAudDeveloper |
---|
|