home *** CD-ROM | disk | FTP | other *** search
- // Script.h
- //
- // This file is part of Microsoft SQL Server online documentation.
- // Copyright (C) 1992-1997 Microsoft Corporation. All rights reserved.
- //
- // This source code is an intended supplement to the Microsoft SQL
- // Server online references and related electronic documentation.
-
- // Macros
- #define SCRIPTRUN 1
- #define LOADDATA 2
- #define PROGRESSTEXT 0
- #define BADCOMMAND -99
-
- // Function prototypes
- UINT TrimQuotes(PTSTR pUnquotedString, PTSTR pQuotedString);
- int GetNextCmd(PSTR* ppCommands, PTSTR* ppCurLine);
- int GetNextLine(PSTR* ppCmdString, PSTR* ppCmd);
-
-