Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
2.6 KiB

  1. /*++
  2. Name:
  3. mkilog.rc
  4. Abstract:
  5. This is the resource file for make log table utility
  6. Environment:
  7. Win32 -- User Mode
  8. File History:
  9. Kyle Geiger ( KyleG) 1-Nov-1995
  10. --*/
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR " "
  16. #define VER_INTERNALNAME_STR "mkilog.exe"
  17. #define VER_ORIGINALFILENAME_STR "mkilog.exe"
  18. #include "common.ver"
  19. #include "..\common\cgicomm.rc"
  20. STRINGTABLE DISCARDABLE
  21. BEGIN
  22. IDS_CREATE_LOG_TABLE "Create SQL Log Table"
  23. IDS_ATTEMPT_CREATE_LOG
  24. "<H2>Attempt to create Microsoft Internet Information Server Log Table failed</H2>\n<font size=2>\n<P>The Microsoft Internet Information Server does not have the ODBC SQL Server driver installed. \nPlease
  25. install the ODBC driver for SQL Server before attempting to create \nthe log table. Run <B>setup</B> and be sure the checkbox labelled <I
  26. >ODBC \nDrivers & Administration Tools</I> is selected.<P><P>\n</font>\n"
  27. IDS_SELECT_NAME "<SELECT NAME=\042ds\042>\n"
  28. IDS_OPTION "<OPTION> %s\n"
  29. IDS_SELECT "</SELECT>\n"
  30. IDS_CREATE_MS_LOG
  31. "<H2>Create Microsoft Internet Information Server Log Table</H2>\n<font size=2>\n<P>Use this form to specify the ODBC SQL Server datasource, userid, password, and table name for the\nInternet Server log file. You'll also need to enable SQL logging in the Internet Service Manager\nand use the same table name specified here.<P><P>\n<FORM
  32. ACTION=\042/scripts/tools/ctss.idc\042 METHOD=\042POST\042>\n<P><STRONG>Datasource: </STRONG><BR>\n%s<P><STRONG>User:</STRONG><BR>\n<INPUT TYPE=TEXT SIZE=30 MAXLENGTH=30
  33. NAME=\042user\042 value=\042sa\042>\n<P><STRONG>Password:</STRONG><BR>\n<INPUT TYPE=password SIZE=30 MAXLENGTH=30 NAME=\042pwd\042>\n<P><STRONG>Table Name:</STRONG><BR>\n<INPUT TYPE=TEXT SIZE=30 MAXLENGTH=30 NAME=\042table\042 value=\042InetSrvLog\042>\n<P><INPUT TYPE=SUBMIT VALUE=\042Create Table\042> <INPUT TYPE=RESET VALUE=\042Clear Form\042></P>\n</FORM>\n</font>\n"
  34. IDS_CREATE_MS_LOG_2
  35. "<H2>Create Microsoft Internet Information Server Log Table failed</H2>\n<font size=2>\n<P>There are no ODBC datasources defined for SQL Server on the Microsoft Internet Information Server.
  36. \nTo create one, go to the Control Panel and use the ODBC applet. Choose the System
  37. \nDSN button, select Add..., select SQL Server, enter a data source name of your choice
  38. \nand the name of the SQL Server to access.\n</font>\n"
  39. END