#include #include #define VER_FILETYPE VFT_APP #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Microsoft IIS ODBC Sample EXE" #define VER_INTERNALNAME_STR "getdrvrs.exe" #define VER_ORIGINALFILENAME_STR "getdrvrs.exe" #include "common.ver" #include "..\common\cgicomm.rc" STRINGTABLE DISCARDABLE BEGIN IDS_DSNFORMEXE "%s
\n" IDS_LIST_ODBC_DRIVERS "List ODBC Drivers" IDS_CREATE_ODBC_FAIL "

Attempt to create ODBC datasource failed

\n\n

The Microsoft Internet Information Server does not have any ODBC drivers installed. \nPlease install one or more ODBC drivers before attempting to create \na datasource. Run setup and be sure the checkbox labelled ODBC \nDrivers & Administration Tools is selected.

\n\n" IDS_CREATE_ODBC_GETDRVR "

Create ODBC datasource on the Microsoft Internet Information Server

\n\n

Select Driver:
\n%s
\n" END