/*++ Name: mkilog.rc Abstract: This is the resource file for make log table utility Environment: Win32 -- User Mode File History: Kyle Geiger ( KyleG) 1-Nov-1995 --*/ #include #include #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR " " #define VER_INTERNALNAME_STR "mkilog.exe" #define VER_ORIGINALFILENAME_STR "mkilog.exe" #include "common.ver" #include "..\common\cgicomm.rc" STRINGTABLE DISCARDABLE BEGIN IDS_CREATE_LOG_TABLE "Create SQL Log Table" IDS_ATTEMPT_CREATE_LOG "

Attempt to create Microsoft Internet Information Server Log Table failed

\n\n

The Microsoft Internet Information Server does not have the ODBC SQL Server driver installed. \nPlease install the ODBC driver for SQL Server before attempting to create \nthe log table. Run setup and be sure the checkbox labelled ODBC \nDrivers & Administration Tools is selected.

\n\n" IDS_SELECT_NAME "\n" IDS_CREATE_MS_LOG "

Create Microsoft Internet Information Server Log Table

\n\n

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.

\n

\n

Datasource:
\n%s

User:
\n\n

Password:
\n\n

Table Name:
\n\n

\n
\n
\n" IDS_CREATE_MS_LOG_2 "

Create Microsoft Internet Information Server Log Table failed

\n\n

There are no ODBC datasources defined for SQL Server on the Microsoft Internet Information Server. \nTo create one, go to the Control Panel and use the ODBC applet. Choose the System \nDSN button, select Add..., select SQL Server, enter a data source name of your choice \nand the name of the SQL Server to access.\n\n" END