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.

23 lines
1.1 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_APP
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "Microsoft IIS ODBC Sample EXE"
  6. #define VER_INTERNALNAME_STR "getdrvrs.exe"
  7. #define VER_ORIGINALFILENAME_STR "getdrvrs.exe"
  8. #include "common.ver"
  9. #include "..\common\cgicomm.rc"
  10. STRINGTABLE DISCARDABLE
  11. BEGIN
  12. IDS_DSNFORMEXE "<A HREF=\042/scripts/tools/dsnform.exe?%s\042>%s</A><BR>\n"
  13. IDS_LIST_ODBC_DRIVERS "List ODBC Drivers"
  14. IDS_CREATE_ODBC_FAIL
  15. "<H2>Attempt to create ODBC datasource failed</H2>\n<font size=2>\n<P>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 <B>setup</B> and be sure the checkbox labelled <I>ODBC \nDrivers & Administration Tools</I> is selected.<P><P>\n</font>\n"
  16. IDS_CREATE_ODBC_GETDRVR "<H2>Create ODBC datasource on the Microsoft Internet Information Server </H2>\n<font size=2>\n<P><STRONG>Select Driver: </STRONG><BR>\n%s</font>\n"
  17. END