home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / odbc / admndemo / strings.h < prev   
Encoding:
C/C++ Source or Header  |  1997-10-06  |  2.2 KB  |  49 lines

  1. //*---------------------------------------------------------------------------------
  2. //|  ODBC System Administrator
  3. //|
  4. //|  This code is furnished on an as-is basis as part of the ODBC SDK and is
  5. //|  intended for example purposes only.
  6. //|
  7. //|   Title:   STRINGS.H
  8. //|      This file contains the defines for the string table error and
  9. //|      information messages.  Load these strings using the GetidsString
  10. //|      function.
  11. //*---------------------------------------------------------------------------------
  12. #ifndef strings_DEFS
  13. #define strings_DEFS
  14.  
  15.  
  16. //*---------------------------------------------------------------------------------
  17. //|   Macros and Defines
  18. //*---------------------------------------------------------------------------------
  19. #define idsFileClosed                        8000
  20. #define idsSuccessConnect                    8001
  21. #define idsDisconnectSuccess                 8002
  22. #define idsErrorString                       8003
  23. #define idsMsgErrorString                    8004
  24. #define idsCloseFile                         8005
  25. #define idsOpenFileFailed                    8006
  26. #define idsSaveFileFailed                    8007
  27. #define idsSQLAllocHandleFailed              8008
  28. #define idsMaxRecords                        8009
  29. #define idsStmtProcessed                     8010
  30. #define idsAffectedRows                      8011
  31. #define idsNoDataFound                       8012
  32. #define idsNumTooSmall                       8013
  33. #define idsTerminatorNotFound                8014
  34. #define idsExecutingFile                     8015
  35. #define idsInvalidTerminator                 8016
  36. #define idsPipeNotFound                      8017
  37. #define idsInvalidParamValue                 8018
  38. #define idsOutOfMemory                       8019
  39. #define idsInvalidCmdLine                    8020
  40. #define idsCmdLineTooBig                     8021
  41. #define idsDftFileFilter                     8022
  42. #define idsExpression                        8023
  43. #define idsInvalidInt                        8024
  44. #define idsTooManyParms                      8025
  45. #define idsInvalidName                       8026
  46. #define idsTooManyConnects                   8027
  47.  
  48. #endif
  49.