home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 32 / IOPROG_32.ISO / SOFT / SqlEval7 / devtools / samples / ODBC / loaddata / script.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-20  |  629 b   |  20 lines

  1. // Script.h
  2. //
  3. // This file is part of Microsoft SQL Server online documentation.
  4. // Copyright (C) 1992-1997 Microsoft Corporation. All rights reserved.
  5. //
  6. // This source code is an intended supplement to the Microsoft SQL
  7. // Server online references and related electronic documentation.
  8.  
  9. // Macros
  10. #define SCRIPTRUN           1
  11. #define LOADDATA            2
  12. #define PROGRESSTEXT        0
  13. #define BADCOMMAND         -99
  14.  
  15. // Function prototypes
  16. UINT TrimQuotes(PTSTR pUnquotedString, PTSTR pQuotedString);
  17. int  GetNextCmd(PSTR* ppCommands, PTSTR* ppCurLine);
  18. int  GetNextLine(PSTR* ppCmdString, PSTR* ppCmd);
  19.  
  20.