Microsoft KB Archive/63243

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:27, 12 August 2020 by X010 (talk | contribs) (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/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.