Microsoft KB Archive/63243: Difference between revisions

From BetaArchive Wiki
m (Text replacement - ">" to ">")
m (X010 moved page Microsoft KB Archive/Q63243 to Microsoft KB Archive/63243 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
 
(No difference)

Latest revision as of 19:27, 12 August 2020

INF: OS2.H Must Be Included Before Any Other Include Files PSS ID Number: Q63243 Article last modified on 06-27-1994

1.10

OS/2

The information in this article applies to:
- Microsoft SQL Server Programmer’s Toolkit

In a Cprogram, if you need to include the OS2.H header file, OS2.H must precede any other SQL header files. For example:

  1. include <os2.h> #include <sqlfront.h> #include <sqldb.h>
=================================================================

Copyright Microsoft Corporation 1994.