/Visual Studio 2008/VBVstoExcelWorkbook/app.config

# · Unknown · 29 lines · 26 code · 3 blank · 0 comment · 0 complexity · cfea04bdd3b889e1141e55d0aa9f1bf5 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. /************************************* Module Header **************************************\
  4. * Module Name: app.config
  5. * Project: VBVstoExcelWorkbook
  6. * Copyright (c) Microsoft Corporation.
  7. *
  8. * The VBVstoExcelWorkbook provides the examples on how to customize Excel Workbooks by
  9. * using the ListObject and the document Actions Pane.
  10. *
  11. * This source is subject to the Microsoft Public License.
  12. * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
  13. * All other rights reserved.
  14. *
  15. * History:
  16. * * 11/4/2009 6:00 PM Tim Li Created
  17. \******************************************************************************************/
  18. -->
  19. <configuration>
  20. <configSections>
  21. </configSections>
  22. <connectionStrings>
  23. <add name="VBVstoExcelWorkbook.MySettings.SchoolConnectionString" connectionString="Data Source=localhost;Initial Catalog=SQLServer2005DB;Persist Security Info=True;User ID=HelloWorld;Password=111111"
  24. providerName="System.Data.SqlClient" />
  25. </connectionStrings>
  26. </configuration>